aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-28 12:44:17 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-28 12:44:17 +0100
commitcda0662311c6ae95682d102d4c528edfc71f7c99 (patch)
treee422b58521d7a0cb95b37242a9e3fcf969df679c /tests
parent5b644798a09f87e07dde95a85ab283affd7b3659 (diff)
downloadwallabag-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')
-rw-r--r--tests/Wallabag/UserBundle/Controller/ManageControllerTest.php1
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);