1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00
appwrite/phpunit.xml

20 lines
641 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
>
2021-03-22 03:27:50 +13:00
<extensions>
<extension class="Appwrite\Tests\TestHook" />
</extensions>
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>