Files
Chamilo/vendor/knplabs/gaufrette/phpunit.xml.dist
2025-08-14 22:41:49 +02:00

26 lines
694 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="vendor/autoload.php"
>
<!-- The env vars are defined in the .env file -->
<testsuites>
<testsuite name="Gaufrette Test Suite">
<directory>./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./src</directory>
</whitelist>
</filter>
</phpunit>