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

27 lines
538 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="tests/bootstrap.php"
backupGlobals="false"
backupStaticAttributes="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
colors="true"
>
<testsuites>
<testsuite name="Essence test suite">
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<blacklist>
<directory>http</directory>
</blacklist>
</filter>
</phpunit>