aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-10-10 10:20:57 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-10-10 10:20:57 +0200
commitf645d371ce55e9c2a45712df34244318742b0d74 (patch)
treef7773a5f12a9d8e4af41a7bb8f3142240e79834f /tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
parent3ef055ced3d6ea0d2f15ba660602545f477e9c3c (diff)
downloadwallabag-f645d371ce55e9c2a45712df34244318742b0d74.tar.gz
wallabag-f645d371ce55e9c2a45712df34244318742b0d74.tar.zst
wallabag-f645d371ce55e9c2a45712df34244318742b0d74.zip
Fix MondeDiplo https url
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 907814df..ca275b32 100644
--- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
@@ -1343,7 +1343,7 @@ class EntryControllerTest extends WallabagCoreTestCase
1343 */ 1343 */
1344 public function testRestrictedArticle() 1344 public function testRestrictedArticle()
1345 { 1345 {
1346 $url = 'http://www.monde-diplomatique.fr/2017/05/BONNET/57475'; 1346 $url = 'https://www.monde-diplomatique.fr/2017/05/BONNET/57475';
1347 $this->logInAs('admin'); 1347 $this->logInAs('admin');
1348 $client = $this->getClient(); 1348 $client = $this->getClient();
1349 $em = $client->getContainer()->get('doctrine.orm.entity_manager'); 1349 $em = $client->getContainer()->get('doctrine.orm.entity_manager');