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

19 lines
572 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"
syntaxCheck="false"
bootstrap="tests/bootstrap.php"
>
<testsuites>
<testsuite name="Knp Doctrine2 Behaviors">
<directory suffix=".php">tests</directory>
</testsuite>
</testsuites>
</phpunit>