1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

set material to default theme \o/

This commit is contained in:
Nicolas Lœuillet 2015-08-04 22:51:21 +02:00
parent 9e07dc982c
commit 4ab58dcf6c
4 changed files with 4 additions and 4 deletions

View file

@ -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);