aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-17 09:53:14 +0100
committerGitHub <noreply@github.com>2016-11-17 09:53:14 +0100
commit9e0a49e6acf60c3dbf3c479cb36d404239dfda89 (patch)
tree78ee9b6c910db597af811337af66fff615c4fa09 /tests
parentd213219ec785db757dba455acd53480ab0d292fb (diff)
parentc894d76e5790f47a210b673abe00d780a894f55a (diff)
downloadwallabag-9e0a49e6acf60c3dbf3c479cb36d404239dfda89.tar.gz
wallabag-9e0a49e6acf60c3dbf3c479cb36d404239dfda89.tar.zst
wallabag-9e0a49e6acf60c3dbf3c479cb36d404239dfda89.zip
Merge pull request #2578 from wallabag/questionmark-icon
Added help on config screen
Diffstat (limited to 'tests')
-rw-r--r--tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
index 1954c654..d4fbe2d4 100644
--- a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
@@ -373,7 +373,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
373 [ 373 [
374 'rss_config[rss_limit]' => 1000000000000, 374 'rss_config[rss_limit]' => 1000000000000,
375 ], 375 ],
376 'validator.rss_limit_too_hight', 376 'validator.rss_limit_too_high',
377 ], 377 ],
378 ]; 378 ];
379 } 379 }