1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00

Updated test config

This commit is contained in:
eldadfux 2019-09-14 08:44:55 +03:00
parent f952c82d43
commit fa9bacc054
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
>
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
<directory>./tests/e2e/</directory>
</testsuite>
</testsuites>
</phpunit>

View file

@ -35,7 +35,7 @@ class ConsoleTest extends TestCase
], [
'email' => 'username1@appwrite.io',
'password' => 'password',
'confirm' => 'http://localhost/confirm',
'redirect' => 'http://localhost/confirm',
'success' => 'http://localhost/success',
'failure' => 'http://localhost/failure',
'name' => 'User 1',