7e8cdd7b | <?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" |
bdf8e69a | colors="true" |
7e8cdd7b | convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" |
56318ee4 | processIsolation="false" |
7e8cdd7b | stopOnFailure="false" syntaxCheck="false" |
b5db9dc5 | bootstrap="vendor/autoload.php" |
7e8cdd7b | > <testsuites> <testsuite name="Twig Test Suite"> <directory>./test/Twig/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./lib/Twig/</directory> </whitelist> </filter> </phpunit> |