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"
|
90a07d16 |
bootstrap="vendor/autoload.php"
|
7e8cdd7b |
>
<testsuites>
<testsuite name="Twig Test Suite">
<directory>./test/Twig/</directory>
</testsuite>
</testsuites>
|
0595c402 |
<php>
<ini name="error_reporting" value="-1" />
|
8edd9540 |
<ini name="xdebug.overload_var_dump" value="0" />
|
0595c402 |
</php>
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
|
7e8cdd7b |
<filter>
<whitelist>
|
6cd3a72f |
<directory suffix=".php">./src/</directory>
|
7e8cdd7b |
</whitelist>
</filter>
</phpunit>
|