<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.2/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 Routing Component Test Suite"> <directory>./Tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./</directory> <exclude> <directory>./Tests</directory> <directory>./vendor</directory> </exclude> </whitelist> </filter> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Annotation | Folder | 0755 |
|
|
DependencyInjection | Folder | 0755 |
|
|
Exception | Folder | 0755 |
|
|
Generator | Folder | 0755 |
|
|
Loader | Folder | 0755 |
|
|
Matcher | Folder | 0755 |
|
|
Tests | Folder | 0755 |
|
|
.gitignore | File | 34 B | 0644 |
|
CHANGELOG.md | File | 9.41 KB | 0644 |
|
CompiledRoute.php | File | 4.15 KB | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 505 B | 0644 |
|
RequestContext.php | File | 6.72 KB | 0644 |
|
RequestContextAwareInterface.php | File | 558 B | 0644 |
|
Route.php | File | 13.99 KB | 0644 |
|
RouteCollection.php | File | 7.6 KB | 0644 |
|
RouteCollectionBuilder.php | File | 9.58 KB | 0644 |
|
RouteCompiler.php | File | 13.85 KB | 0644 |
|
RouteCompilerInterface.php | File | 779 B | 0644 |
|
Router.php | File | 12.36 KB | 0644 |
|
RouterInterface.php | File | 901 B | 0644 |
|
composer.json | File | 1.65 KB | 0644 |
|
phpunit.xml.dist | File | 834 B | 0644 |
|