1
0
Fork 0
mirror of synced 2024-05-04 04:42:44 +12:00

enabling extension in phpunit

This commit is contained in:
Damodar Lohani 2021-03-21 20:12:50 +05:45
parent e0f38dad9f
commit 6b8876a82e

View file

@ -8,6 +8,9 @@
processIsolation="false" processIsolation="false"
stopOnFailure="false" stopOnFailure="false"
> >
<extensions>
<extension class="Appwrite\Tests\TestHook" />
</extensions>
<testsuites> <testsuites>
<testsuite name="Application Test Suite"> <testsuite name="Application Test Suite">
<directory>./tests/e2e/</directory> <directory>./tests/e2e/</directory>