Added e2e tests

This commit is contained in:
eldadfux
2019-09-14 07:37:37 +03:00
parent 1a73e19233
commit 2dbed62d4f
143 changed files with 720 additions and 112 deletions
+2 -2
View File
@@ -7,10 +7,10 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
>
>
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/e2e/</directory>
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>