appwrite/phpunit.xml

17 lines
552 B
XML
Raw Normal View History

2019-05-09 06:54:39 +00: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 04:37:37 +00:00
>
2019-05-09 06:54:39 +00:00
<testsuites>
<testsuite name="Application Test Suite">
2019-09-14 05:44:55 +00:00
<directory>./tests/e2e/</directory>
2019-12-26 10:00:29 +00:00
<directory>./tests/unit/</directory>
2019-05-09 06:54:39 +00:00
</testsuite>
</testsuites>
</phpunit>