X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FTests%2FController%2FConfigControllerTest.php;h=e11da935290401c5efcaff01407eec4ad67b00be;hb=a1691859ca0cb4c1b360c34b05aa74bdba9e582a;hp=5ab9c3295576ea556ffbfe00c574d65744a34f60;hpb=9c08a891f9bb90bc3f23a575a734283c1ee00ba1;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php index 5ab9c329..e11da935 100644 --- a/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php +++ b/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php @@ -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.',