aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-10-22 20:48:27 +0200
committerGitHub <noreply@github.com>2019-10-22 20:48:27 +0200
commitba32a8a7c5bf4bc4fb7bb9e7691403abaec3fb90 (patch)
treeb31b1a21e211c2b902414deae71422b964ca38b8 /tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
parentd69cdfbd7404d2f5c65b0c07d64d75204560aafe (diff)
parent987237d58842aa6a3be53a89436ca1023dbf2960 (diff)
downloadwallabag-ba32a8a7c5bf4bc4fb7bb9e7691403abaec3fb90.tar.gz
wallabag-ba32a8a7c5bf4bc4fb7bb9e7691403abaec3fb90.tar.zst
wallabag-ba32a8a7c5bf4bc4fb7bb9e7691403abaec3fb90.zip
Merge pull request #4159 from wallabag/fix/tests-update-deps
Fix tests & update deps
Diffstat (limited to 'tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
index 8fd49778..a8ab53da 100644
--- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
@@ -1377,7 +1377,7 @@ class EntryControllerTest extends WallabagCoreTestCase
1377 ], 1377 ],
1378 'es-ES' => [ 1378 'es-ES' => [
1379 'https://www.20minutos.es/noticia/3360685/0/gobierno-sanchez-primero-historia-mas-mujeres-que-hombres/', 1379 'https://www.20minutos.es/noticia/3360685/0/gobierno-sanchez-primero-historia-mas-mujeres-que-hombres/',
1380 'es', 1380 'es_ES',
1381 ], 1381 ],
1382 ]; 1382 ];
1383 } 1383 }