aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-28 11:26:08 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-28 14:27:58 +0100
commit56a7ce17f3a9a22e0bfc8651cb690a14447e0afd (patch)
treea65bc6015e1226c9fec33a27c456cf9cf9f6ed5f /tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
parent8f3ff39ca364a28163fb9ced0eb3291e0c1caeaf (diff)
downloadwallabag-56a7ce17f3a9a22e0bfc8651cb690a14447e0afd.tar.gz
wallabag-56a7ce17f3a9a22e0bfc8651cb690a14447e0afd.tar.zst
wallabag-56a7ce17f3a9a22e0bfc8651cb690a14447e0afd.zip
Hide article text on mobile with list mode
Diffstat (limited to 'tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
index 61726eb6..447feb4f 100644
--- a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
@@ -852,5 +852,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
852 $client->request('GET', '/unread/list'); 852 $client->request('GET', '/unread/list');
853 853
854 $this->assertContains('listmode', $client->getResponse()->getContent()); 854 $this->assertContains('listmode', $client->getResponse()->getContent());
855
856 $client->request('GET', '/config/view-mode');
855 } 857 }
856} 858}