1
0
Fork 0
mirror of synced 2024-05-11 00:02:36 +12:00
appwrite/phpunit.xml
2019-12-26 12:00:29 +02:00

17 lines
552 B
XML

<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
>
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/e2e/</directory>
<directory>./tests/unit/</directory>
</testsuite>
</testsuites>
</phpunit>