12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
-
- <phpunit bootstrap="./tests/bootstrap.php" colors="true">
- <testsuites>
- <testsuite name="Assetic Test Suite">
- <directory suffix="Test.php">./tests/Assetic/Test/</directory>
- </testsuite>
- </testsuites>
-
- <php>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- </php>
-
- <filter>
- <whitelist>
- <directory suffix=".php">./src/Assetic/</directory>
- </whitelist>
- </filter>
- </phpunit>
|