From 4ab58dcf6c833170c307de120698740fe0685efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 4 Aug 2015 22:51:21 +0200 Subject: set material to default theme \o/ --- src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php') 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 $client = $parameters['client']; $data = array( - 'forgot_password[email]' => 'baggy', + 'forgot_password[email]' => 'material', ); $client->submit($form, $data); -- cgit v1.2.3