1
0
Fork 0
mirror of synced 2024-05-04 04:42:44 +12:00
appwrite/phpunit.xml
2021-03-21 20:12:50 +05:45

20 lines
641 B
XML

<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />
</extensions>
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/e2e/</directory>
<directory>./tests/unit/</directory>
</testsuite>
</testsuites>
</phpunit>