aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Command/ReloadEntryCommandTest.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/ReloadEntryCommandTest.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/ReloadEntryCommandTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Command/ReloadEntryCommandTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Command/ReloadEntryCommandTest.php b/tests/Wallabag/CoreBundle/Command/ReloadEntryCommandTest.php
index 63c068b4..b13f6519 100644
--- a/tests/Wallabag/CoreBundle/Command/ReloadEntryCommandTest.php
+++ b/tests/Wallabag/CoreBundle/Command/ReloadEntryCommandTest.php
@@ -10,7 +10,7 @@ use Wallabag\CoreBundle\Entity\Entry;
10 10
11class ReloadEntryCommandTest extends WallabagCoreTestCase 11class ReloadEntryCommandTest extends WallabagCoreTestCase
12{ 12{
13 public $url = 'http://www.lemonde.fr/pixels/article/2015/03/28/plongee-dans-l-univers-d-ingress-le-jeu-de-google-aux-frontieres-du-reel_4601155_4408996.html'; 13 public $url = 'https://www.lemonde.fr/pixels/article/2015/03/28/plongee-dans-l-univers-d-ingress-le-jeu-de-google-aux-frontieres-du-reel_4601155_4408996.html';
14 14
15 /** 15 /**
16 * @var entry 16 * @var entry