diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-28 12:44:17 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-28 12:44:17 +0100 |
commit | cda0662311c6ae95682d102d4c528edfc71f7c99 (patch) | |
tree | e422b58521d7a0cb95b37242a9e3fcf969df679c /tests/Wallabag/UserBundle/Controller/ManageControllerTest.php | |
parent | 5b644798a09f87e07dde95a85ab283affd7b3659 (diff) | |
download | wallabag-cda0662311c6ae95682d102d4c528edfc71f7c99.tar.gz wallabag-cda0662311c6ae95682d102d4c528edfc71f7c99.tar.zst wallabag-cda0662311c6ae95682d102d4c528edfc71f7c99.zip |
Removed FOSUser attributes removed in alpha4
See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
Diffstat (limited to 'tests/Wallabag/UserBundle/Controller/ManageControllerTest.php')
-rw-r--r-- | tests/Wallabag/UserBundle/Controller/ManageControllerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Wallabag/UserBundle/Controller/ManageControllerTest.php b/tests/Wallabag/UserBundle/Controller/ManageControllerTest.php index 243a4459..4faddfc4 100644 --- a/tests/Wallabag/UserBundle/Controller/ManageControllerTest.php +++ b/tests/Wallabag/UserBundle/Controller/ManageControllerTest.php | |||
@@ -49,7 +49,6 @@ class ManageControllerTest extends WallabagCoreTestCase | |||
49 | 'user[username]' => 'test_user', | 49 | 'user[username]' => 'test_user', |
50 | 'user[email]' => 'test@test.io', | 50 | 'user[email]' => 'test@test.io', |
51 | 'user[enabled]' => true, | 51 | 'user[enabled]' => true, |
52 | 'user[locked]' => false, | ||
53 | )); | 52 | )); |
54 | 53 | ||
55 | $client->submit($form); | 54 | $client->submit($form); |