diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-12 13:18:39 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-17 09:22:39 +0100 |
commit | 540a9bc4a274fc5975b73a66ccf5b91bd3e226f5 (patch) | |
tree | 479942a8060acc6db8aef9e7f672c95e84a6b8d3 /tests/Wallabag | |
parent | d213219ec785db757dba455acd53480ab0d292fb (diff) | |
download | wallabag-540a9bc4a274fc5975b73a66ccf5b91bd3e226f5.tar.gz wallabag-540a9bc4a274fc5975b73a66ccf5b91bd3e226f5.tar.zst wallabag-540a9bc4a274fc5975b73a66ccf5b91bd3e226f5.zip |
Added help on config screen
Diffstat (limited to 'tests/Wallabag')
-rw-r--r-- | tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php | 2 |
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 | } |