aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-04 22:51:21 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-04 22:51:21 +0200
commit4ab58dcf6c833170c307de120698740fe0685efb (patch)
treee93da7bccfac43381be652d29e2e7f9dc43f1267 /src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php
parent9e07dc982c92eb35ab82dffaab9c4a0b54ad7364 (diff)
downloadwallabag-4ab58dcf6c833170c307de120698740fe0685efb.tar.gz
wallabag-4ab58dcf6c833170c307de120698740fe0685efb.tar.zst
wallabag-4ab58dcf6c833170c307de120698740fe0685efb.zip
set material to default theme \o/
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php2
1 files changed, 1 insertions, 1 deletions
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);