<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="vendor/autoload.php" failOnRisky="true" failOnWarning="true" > <php> <ini name="error_reporting" value="-1" /> </php> <testsuites> <testsuite name="Symfony HttpFoundation Component Test Suite"> <directory>./Tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./Resources</directory> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </whitelist> </filter> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Exception | Folder | 0755 |
|
|
File | Folder | 0755 |
|
|
Session | Folder | 0755 |
|
|
Tests | Folder | 0755 |
|
|
.gitignore | File | 34 B | 0644 |
|
AcceptHeader.php | File | 3.46 KB | 0644 |
|
AcceptHeaderItem.php | File | 4.58 KB | 0644 |
|
ApacheRequest.php | File | 930 B | 0644 |
|
BinaryFileResponse.php | File | 11.65 KB | 0644 |
|
CHANGELOG.md | File | 8.21 KB | 0644 |
|
Cookie.php | File | 7.87 KB | 0644 |
|
ExpressionRequestMatcher.php | File | 1.33 KB | 0644 |
|
FileBag.php | File | 3.91 KB | 0644 |
|
HeaderBag.php | File | 8.79 KB | 0644 |
|
IpUtils.php | File | 4.63 KB | 0644 |
|
JsonResponse.php | File | 7.2 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
ParameterBag.php | File | 5.86 KB | 0644 |
|
README.md | File | 537 B | 0644 |
|
RedirectResponse.php | File | 2.89 KB | 0644 |
|
Request.php | File | 69.28 KB | 0644 |
|
RequestMatcher.php | File | 4.35 KB | 0644 |
|
RequestMatcherInterface.php | File | 687 B | 0644 |
|
RequestStack.php | File | 2.3 KB | 0644 |
|
Response.php | File | 37.02 KB | 0644 |
|
ResponseHeaderBag.php | File | 9.8 KB | 0644 |
|
ServerBag.php | File | 4.14 KB | 0644 |
|
StreamedResponse.php | File | 3.24 KB | 0644 |
|
composer.json | File | 958 B | 0644 |
|
phpunit.xml.dist | File | 892 B | 0644 |
|