1
0
Fork 0
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:
Nicolas Lœuillet 2016-11-28 12:44:17 +01:00
parent 5b644798a0
commit cda0662311
No known key found for this signature in database
GPG key ID: BDC1EFB5CA0145F2
16 changed files with 1 additions and 28 deletions

View file

@ -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);