diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-07-24 13:54:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-24 13:54:01 +0200 |
commit | ea127a401b79230eede13afd655d9fb7789c8059 (patch) | |
tree | 1cf3629e851c5c001c24bdaf80c379a4a7d352d6 /tests/Wallabag | |
parent | f39152ad6e62f1ea43f501e88a8839526d77ef6c (diff) | |
parent | 459374022f39977656cc393e6313b85e3e60cfbb (diff) | |
download | wallabag-ea127a401b79230eede13afd655d9fb7789c8059.tar.gz wallabag-ea127a401b79230eede13afd655d9fb7789c8059.tar.zst wallabag-ea127a401b79230eede13afd655d9fb7789c8059.zip |
Merge pull request #3283 from wallabag/fix-language-validation
Put the final URL in data test
Diffstat (limited to 'tests/Wallabag')
-rw-r--r-- | tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php index b1c6d53c..33bfa71e 100644 --- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php | |||
@@ -1300,7 +1300,7 @@ class EntryControllerTest extends WallabagCoreTestCase | |||
1300 | null, | 1300 | null, |
1301 | ], | 1301 | ], |
1302 | 'es-ES' => [ | 1302 | 'es-ES' => [ |
1303 | 'http://www.muylinux.com/2015/04/17/odf-reino-unido-microsoft-google', | 1303 | 'http://www.muylinux.com/2015/04/17/odf-reino-unido-microsoft-google/', |
1304 | 'es_ES', | 1304 | 'es_ES', |
1305 | ], | 1305 | ], |
1306 | ]; | 1306 | ]; |