aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-11 18:19:35 +0100
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-02-11 18:19:35 +0100
commit7a97c7d06fa96a4f2d8bb17817dc15b091698e80 (patch)
tree6dcb415323da8d715c50a34eee2b33e2dc885234 /src/Wallabag/CoreBundle/Tests
parent06c190887fd38c314db8d240ab2e46f5777ed59e (diff)
parent6fa4be38eb1b42a224b1649736c16b8d4b44d66a (diff)
downloadwallabag-7a97c7d06fa96a4f2d8bb17817dc15b091698e80.tar.gz
wallabag-7a97c7d06fa96a4f2d8bb17817dc15b091698e80.tar.zst
wallabag-7a97c7d06fa96a4f2d8bb17817dc15b091698e80.zip
Merge pull request #1656 from wallabag/v2-fix-new-user-password-prompts
fix labels on new user prompt
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
index c8807425..6c370a2d 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
@@ -293,7 +293,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
293 'new_user[plainPassword][second]' => 'mypassword2', 293 'new_user[plainPassword][second]' => 'mypassword2',
294 'new_user[email]' => 'wallace@wallace.me', 294 'new_user[email]' => 'wallace@wallace.me',
295 ), 295 ),
296 'This value is not valid', 296 'The password fields must match',
297 ), 297 ),
298 ); 298 );
299 } 299 }