aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php')
-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 f72cba65..5ab9c329 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
@@ -102,7 +102,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
102 return array( 102 return array(
103 array( 103 array(
104 array( 104 array(
105 'change_passwd[old_password]' => 'baggy', 105 'change_passwd[old_password]' => 'material',
106 'change_passwd[new_password][first]' => '', 106 'change_passwd[new_password][first]' => '',
107 'change_passwd[new_password][second]' => '', 107 'change_passwd[new_password][second]' => '',
108 ), 108 ),