1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00
appwrite/phpunit.xml

16 lines
503 B
XML
Raw Normal View History

2019-05-09 18:54:39 +12:00
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
2019-09-14 16:37:37 +12:00
>
2019-05-09 18:54:39 +12:00
<testsuites>
<testsuite name="Application Test Suite">
2019-09-14 17:44:55 +12:00
<directory>./tests/e2e/</directory>
2019-05-09 18:54:39 +12:00
</testsuite>
</testsuites>
</phpunit>