aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.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/ConfigControllerTest.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/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 ),