aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php2
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php2
2 files changed, 2 insertions, 2 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 ),
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php
index e560ffdd..a51e836d 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php
@@ -69,7 +69,7 @@ class SecurityControllerTest extends WallabagCoreTestCase
69 $client = $parameters['client']; 69 $client = $parameters['client'];
70 70
71 $data = array( 71 $data = array(
72 'forgot_password[email]' => 'baggy', 72 'forgot_password[email]' => 'material',
73 ); 73 );
74 74
75 $client->submit($form, $data); 75 $client->submit($form, $data);