aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-03-18 13:12:09 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-03-18 14:01:50 +0100
commit1b64a84b782090d8748bef0e9c390f491669e30c (patch)
treeac046a13070032cc45c6f6e4bf31ebe9a58af77e /src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
parent78becd5401e9300fc8e1b54dc93422ddfcc4eb4a (diff)
downloadwallabag-1b64a84b782090d8748bef0e9c390f491669e30c.tar.gz
wallabag-1b64a84b782090d8748bef0e9c390f491669e30c.tar.zst
wallabag-1b64a84b782090d8748bef0e9c390f491669e30c.zip
Improved tests
Diffstat (limited to 'src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php')
-rw-r--r--src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
index 2af93ffe..51425fe1 100644
--- a/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
+++ b/src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
@@ -46,6 +46,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
46 $data = array( 46 $data = array(
47 'config[theme]' => 'baggy', 47 'config[theme]' => 'baggy',
48 'config[items_per_page]' => '30', 48 'config[items_per_page]' => '30',
49 'config[reading_speed]' => '0.5',
49 'config[language]' => 'en', 50 'config[language]' => 'en',
50 ); 51 );
51 52