diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-05-30 15:26:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-30 15:26:11 +0200 |
commit | 2150576d86709968faec3ed7b8cdc576c0200ae2 (patch) | |
tree | 105724e36303bd75755b19b8bc385bea800cae1c /tests/Wallabag/UserBundle | |
parent | d181bd728565454ec53d960f321ed0a4c3bf26c8 (diff) | |
parent | fe6461e4aaff5aa2fd846492e3abd9ea38c07a5b (diff) | |
download | wallabag-2150576d86709968faec3ed7b8cdc576c0200ae2.tar.gz wallabag-2150576d86709968faec3ed7b8cdc576c0200ae2.tar.zst wallabag-2150576d86709968faec3ed7b8cdc576c0200ae2.zip |
Merge pull request #3065 from wallabag/api-creation-endpoint
Register through API
Diffstat (limited to 'tests/Wallabag/UserBundle')
-rw-r--r-- | tests/Wallabag/UserBundle/Controller/ManageControllerTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Wallabag/UserBundle/Controller/ManageControllerTest.php b/tests/Wallabag/UserBundle/Controller/ManageControllerTest.php index 44b9a030..b46256a6 100644 --- a/tests/Wallabag/UserBundle/Controller/ManageControllerTest.php +++ b/tests/Wallabag/UserBundle/Controller/ManageControllerTest.php | |||
@@ -30,8 +30,8 @@ class ManageControllerTest extends WallabagCoreTestCase | |||
30 | $form = $crawler->selectButton('user.form.save')->form(array( | 30 | $form = $crawler->selectButton('user.form.save')->form(array( |
31 | 'new_user[username]' => 'test_user', | 31 | 'new_user[username]' => 'test_user', |
32 | 'new_user[email]' => 'test@test.io', | 32 | 'new_user[email]' => 'test@test.io', |
33 | 'new_user[plainPassword][first]' => 'test', | 33 | 'new_user[plainPassword][first]' => 'testtest', |
34 | 'new_user[plainPassword][second]' => 'test', | 34 | 'new_user[plainPassword][second]' => 'testtest', |
35 | )); | 35 | )); |
36 | 36 | ||
37 | $client->submit($form); | 37 | $client->submit($form); |