diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-28 11:26:08 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-28 14:27:58 +0100 |
commit | 56a7ce17f3a9a22e0bfc8651cb690a14447e0afd (patch) | |
tree | a65bc6015e1226c9fec33a27c456cf9cf9f6ed5f /tests | |
parent | 8f3ff39ca364a28163fb9ced0eb3291e0c1caeaf (diff) | |
download | wallabag-56a7ce17f3a9a22e0bfc8651cb690a14447e0afd.tar.gz wallabag-56a7ce17f3a9a22e0bfc8651cb690a14447e0afd.tar.zst wallabag-56a7ce17f3a9a22e0bfc8651cb690a14447e0afd.zip |
Hide article text on mobile with list mode
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php | 2 |
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 | } |