1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00
appwrite/phpunit.xml
2019-09-14 06:41:16 +03:00

16 lines
495 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>
</testsuite>
</testsuites>
</phpunit>