1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00
appwrite/phpunit.xml

17 lines
552 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-12-26 23:00:29 +13:00
<directory>./tests/unit/</directory>
2019-05-09 18:54:39 +12:00
</testsuite>
</testsuites>
</phpunit>