mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Removed FOSUser attributes removed in alpha4
See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
This commit is contained in:
parent
5b644798a0
commit
cda0662311
16 changed files with 1 additions and 28 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue