aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
index b77e5ec1..84faf8d4 100644
--- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
@@ -1252,9 +1252,9 @@ class EntryControllerTest extends WallabagCoreTestCase
1252 'https://www.pravda.ru/world/09-06-2017/1337283-qatar-0/', 1252 'https://www.pravda.ru/world/09-06-2017/1337283-qatar-0/',
1253 'ru', 1253 'ru',
1254 ], 1254 ],
1255 'wrong fr-FR' => [ 1255 'fr-FR' => [
1256 'http://www.zataz.com/fff-darknet/axzz4jUg2QJjH', 1256 'http://www.zataz.com/90-des-dossiers-medicaux-des-coreens-du-sud-vendus-a-des-entreprises-privees/',
1257 '', 1257 'fr_FR',
1258 ], 1258 ],
1259 'de' => [ 1259 'de' => [
1260 'http://www.bild.de/politik/ausland/theresa-may/wahlbeben-grossbritannien-analyse-52108924.bild.html', 1260 'http://www.bild.de/politik/ausland/theresa-may/wahlbeben-grossbritannien-analyse-52108924.bild.html',
@@ -1280,10 +1280,14 @@ class EntryControllerTest extends WallabagCoreTestCase
1280 'http://precodoscombustiveis.com.br/postos/cidade/4121/pr/maringa', 1280 'http://precodoscombustiveis.com.br/postos/cidade/4121/pr/maringa',
1281 'pt_BR', 1281 'pt_BR',
1282 ], 1282 ],
1283 'fucked list of languages' => [ 1283 'fucked_list_of_languages' => [
1284 'http://geocatalog.webservice-energy.org/geonetwork/srv/eng/main.home', 1284 'http://geocatalog.webservice-energy.org/geonetwork/srv/eng/main.home',
1285 '', 1285 '',
1286 ], 1286 ],
1287 'es-ES' => [
1288 'http://www.muylinux.com/2015/04/17/odf-reino-unido-microsoft-google',
1289 'es_ES',
1290 ],
1287 ]; 1291 ];
1288 } 1292 }
1289 1293