diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2018-09-07 17:02:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-07 17:02:39 +0200 |
commit | 8013f35d96c42b15c1da28cdff40e97289ad4e25 (patch) | |
tree | e69798d20213b54b76ee5f95c0ef36ea3bf25cea /tests | |
parent | 495f83c92539444bff7dfd6cd647b7d65a74f949 (diff) | |
parent | c0b65ad1c982dbc0313a796be59b485223ef7e4f (diff) | |
download | wallabag-8013f35d96c42b15c1da28cdff40e97289ad4e25.tar.gz wallabag-8013f35d96c42b15c1da28cdff40e97289ad4e25.tar.zst wallabag-8013f35d96c42b15c1da28cdff40e97289ad4e25.zip |
Merge pull request #3719 from wallabag/fix-sort-parameters
Fix sort parameters
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php index 6a4c775b..3d599ec8 100644 --- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | |||
@@ -1325,12 +1325,12 @@ class EntryControllerTest extends WallabagCoreTestCase | |||
1325 | 'http://www.hao123.com/shequ?__noscript__-=1', | 1325 | 'http://www.hao123.com/shequ?__noscript__-=1', |
1326 | 'zh_CN', | 1326 | 'zh_CN', |
1327 | ], | 1327 | ], |
1328 | 'ru_RU' => [ | 1328 | 'ru' => [ |
1329 | 'http://netler.ru/ikt/windows-error-reporting.htm', | 1329 | 'https://www.kp.ru/daily/26879.7/3921982/', |
1330 | 'ru_RU', | 1330 | 'ru', |
1331 | ], | 1331 | ], |
1332 | 'pt_BR' => [ | 1332 | 'pt_BR' => [ |
1333 | 'http://precodoscombustiveis.com.br/postos/cidade/4121/pr/maringa', | 1333 | 'https://politica.estadao.com.br/noticias/eleicoes,campanha-catatonica,70002491983', |
1334 | 'pt_BR', | 1334 | 'pt_BR', |
1335 | ], | 1335 | ], |
1336 | 'fucked_list_of_languages' => [ | 1336 | 'fucked_list_of_languages' => [ |