sterntours/trunk/_vendor/doctrine/doctrine-cache-bundle/phpunit.xml.dist
Kevin Adametz 33458b2ca3 Update
2020-03-07 19:46:02 +01:00

35 lines
970 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="Tests/bootstrap.php"
convertWarningsToExceptions="true"
convertNoticesToExceptions="true"
convertErrorsToExceptions="true"
backupStaticAttributes="false"
processIsolation="false"
backupGlobals="false"
stopOnFailure="false"
syntaxCheck="false"
colors="true">
<testsuites>
<testsuite name="Symfony Bundle for Doctrine Cache">
<directory>./Tests</directory>
</testsuite>
</testsuites>
<groups>
<exclude>
<group>benchmark</group>
</exclude>
</groups>
<filter>
<whitelist>
<directory>.</directory>
<exclude>
<directory>./Resources</directory>
<directory>./vendor</directory>
<directory>./Tests</directory>
</exclude>
</whitelist>
</filter>
</phpunit>