diff options
Diffstat (limited to 'tests')
-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 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'); |