aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-28 14:27:31 +0100
committerGitHub <noreply@github.com>2016-11-28 14:27:31 +0100
commit34ea7be6228c633ef8da703994eed034026e9c18 (patch)
treee9a3691b1593cb0b3c8d91c0bb93ba586c3fb87f /tests
parent6bb0866cf513bf939eb2e3290d1852c55e51ec0d (diff)
parent07326af5e25f52f54f725898d9fb2f82af60e224 (diff)
downloadwallabag-34ea7be6228c633ef8da703994eed034026e9c18.tar.gz
wallabag-34ea7be6228c633ef8da703994eed034026e9c18.tar.zst
wallabag-34ea7be6228c633ef8da703994eed034026e9c18.zip
Merge pull request #2663 from wallabag/remove-fosuser-attributes
Removed FOSUser attributes removed in 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);