aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-06-09 11:42:04 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-06-09 11:42:09 +0200
commit80e49ba7b0320a5c4278c01f3d7851a9218e0919 (patch)
tree8e4c19b2ce46908b2409485a2f77f2a6c2d2fd62 /tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
parent42f3bb2c6346e04d2837f980bf685f7e32a61a21 (diff)
downloadwallabag-80e49ba7b0320a5c4278c01f3d7851a9218e0919.tar.gz
wallabag-80e49ba7b0320a5c4278c01f3d7851a9218e0919.tar.zst
wallabag-80e49ba7b0320a5c4278c01f3d7851a9218e0919.zip
Convert - to _ in language
Mostly to increase language supports
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