File: /home/nepi/www/vendor/cache/cache/phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="vendor/autoload.php"
>
<testsuites>
<testsuite name="Main Test Suite">
<directory>./src/*/Tests</directory>
<directory>./src/*/*/Tests</directory>
</testsuite>
</testsuites>
<php>
<env name="MONGODB_HOST" value="localhost:27017"/>
<env name="MONGODB_COLLECTION" value="psr6test.cache"/>
<env name="MONGODB_DATABASE" value="test"/>
</php>
<filter>
<whitelist>
<directory>./</directory>
<exclude>
<directory>./src/*/Tests</directory>
<directory>./src/*/*/Tests</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
</filter>
</phpunit>