X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FWallabag%2FUserBundle%2FController%2FManageControllerTest.php;h=4faddfc4da7a6e81616a285e1dc3d882f3c61161;hb=78295b99dd1721c613f1ce52e2debbe6f6db7753;hp=243a4459393e1db6a411a1da0115a56c4f90ca90;hpb=499ba4cb2fb6c53982923d53c8a72ba8594dc8c7;p=github%2Fwallabag%2Fwallabag.git 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 'user[username]' => 'test_user', 'user[email]' => 'test@test.io', 'user[enabled]' => true, - 'user[locked]' => false, )); $client->submit($form);