aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php')
-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 a2863014..9bbc5960 100644
--- a/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
@@ -379,7 +379,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
379 [ 379 [
380 'rss_config[rss_limit]' => 1000000000000, 380 'rss_config[rss_limit]' => 1000000000000,
381 ], 381 ],
382 'validator.rss_limit_too_hight', 382 'validator.rss_limit_too_high',
383 ], 383 ],
384 ]; 384 ];
385 } 385 }