1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

implement FosUser

This commit is contained in:
Nicolas Lœuillet 2015-08-18 11:08:45 +02:00
parent 9c08a891f9
commit a1691859ca
14 changed files with 138 additions and 307 deletions

View file

@ -266,7 +266,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
array(
array(
'new_user[username]' => 'ad',
'new_user[password]' => '',
'new_user[password]' => 'mypassword',
'new_user[email]' => '',
),
'This value is too short.',
@ -274,7 +274,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
array(
array(
'new_user[username]' => 'wallace',
'new_user[password]' => '',
'new_user[password]' => 'mypassword',
'new_user[email]' => 'test',
),
'This value is not a valid email address.',