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

16 lines
491 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"
>
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>