aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-05-27 10:46:01 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-05-27 10:46:01 +0200
commit92a66835624acf6fd14f5adc5f8aab399658592e (patch)
tree14f152e6ec5bfd1684f79dcdb3aa403b2b9655a0 /tests
parent5c0701ba41fd64ba471addb4a84af062277ab559 (diff)
parent2ba365c7c49556cd23b444dc3bb8d4a8cf08809d (diff)
downloadwallabag-92a66835624acf6fd14f5adc5f8aab399658592e.tar.gz
wallabag-92a66835624acf6fd14f5adc5f8aab399658592e.tar.zst
wallabag-92a66835624acf6fd14f5adc5f8aab399658592e.zip
Merge remote-tracking branch 'origin/master' into 2.4
Diffstat (limited to 'tests')
-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 caa8929d..9dee9891 100644
--- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
+++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
@@ -236,7 +236,7 @@ class EntryControllerTest extends WallabagCoreTestCase
236 $this->logInAs('admin'); 236 $this->logInAs('admin');
237 $client = $this->getClient(); 237 $client = $this->getClient();
238 238
239 $url = 'http://www.aritylabs.com/post/106091708292/des-contr%C3%B4leurs-optionnels-gr%C3%A2ce-%C3%A0-constmissing'; 239 $url = 'https://www.aritylabs.com/post/106091708292/des-contr%C3%B4leurs-optionnels-gr%C3%A2ce-%C3%A0-constmissing';
240 240
241 $crawler = $client->request('GET', '/new'); 241 $crawler = $client->request('GET', '/new');
242 242