Files
dossier/phpunit.xml

21 lines
475 B
XML
Raw Normal View History

2019-06-04 21:36:13 +02:00
<phpunit
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="src/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="dossier">
<directory>tests</directory>
</testsuite>
</testsuites>
2019-06-05 10:14:31 +02:00
<php>
<env name="APP_ENV" value="test"/>
</php>
2019-06-04 21:36:13 +02:00
</phpunit>