aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Command/CleanDuplicatesCommandTest.php
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2018-06-07 06:21:06 +0000
committerGitHub <noreply@github.com>2018-06-07 06:21:06 +0000
commitc00a69101902edfa35d8ef06e2f806cda21b9b27 (patch)
treef6f1b5dfd8909e6feca493ff93d797a87c4a688f /tests/Wallabag/CoreBundle/Command/CleanDuplicatesCommandTest.php
parenta550a64c84d8bde4ffe7bba11dbb11cee900cad5 (diff)
parent778543311f5efde4c99321f257c5a9c34a7dea5f (diff)
downloadwallabag-c00a69101902edfa35d8ef06e2f806cda21b9b27.tar.gz
wallabag-c00a69101902edfa35d8ef06e2f806cda21b9b27.tar.zst
wallabag-c00a69101902edfa35d8ef06e2f806cda21b9b27.zip
Merge pull request #3668 from wallabag/fix-tests
Fix tests
Diffstat (limited to 'tests/Wallabag/CoreBundle/Command/CleanDuplicatesCommandTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Command/CleanDuplicatesCommandTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Command/CleanDuplicatesCommandTest.php b/tests/Wallabag/CoreBundle/Command/CleanDuplicatesCommandTest.php
index 38e8dd07..5ca9785d 100644
--- a/tests/Wallabag/CoreBundle/Command/CleanDuplicatesCommandTest.php
+++ b/tests/Wallabag/CoreBundle/Command/CleanDuplicatesCommandTest.php
@@ -60,7 +60,7 @@ class CleanDuplicatesCommandTest extends WallabagCoreTestCase
60 60
61 public function testDuplicate() 61 public function testDuplicate()
62 { 62 {
63 $url = 'http://www.lemonde.fr/sport/visuel/2017/05/05/rondelle-prison-blanchissage-comprendre-le-hockey-sur-glace_5122587_3242.html'; 63 $url = 'https://www.lemonde.fr/sport/visuel/2017/05/05/rondelle-prison-blanchissage-comprendre-le-hockey-sur-glace_5122587_3242.html';
64 $client = $this->getClient(); 64 $client = $this->getClient();
65 $em = $client->getContainer()->get('doctrine.orm.entity_manager'); 65 $em = $client->getContainer()->get('doctrine.orm.entity_manager');
66 66