aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-05-30 09:59:06 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-05-30 09:59:06 +0200
commitd181bd728565454ec53d960f321ed0a4c3bf26c8 (patch)
tree0339aca4a13dc41016bc12081c42b2405dc6f929 /tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
parent7a90ca6171995e16b74f14712fafb42b636bdb3e (diff)
parent82a590fdddcb2458fc7f79d300cc12be3500b09c (diff)
downloadwallabag-d181bd728565454ec53d960f321ed0a4c3bf26c8.tar.gz
wallabag-d181bd728565454ec53d960f321ed0a4c3bf26c8.tar.zst
wallabag-d181bd728565454ec53d960f321ed0a4c3bf26c8.zip
Merge remote-tracking branch 'origin/master' into 2.3
Diffstat (limited to 'tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
index 6494f348..77dfd5bf 100644
--- a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
+++ b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
@@ -12,7 +12,7 @@ use Wallabag\CoreBundle\Helper\RuleBasedTagger;
12 12
13class ContentProxyTest extends \PHPUnit_Framework_TestCase 13class ContentProxyTest extends \PHPUnit_Framework_TestCase
14{ 14{
15 private $fetchingErrorMessage = 'wallabag can\'t retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/master/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.'; 15 private $fetchingErrorMessage = 'wallabag can\'t retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.';
16 16
17 public function testWithBadUrl() 17 public function testWithBadUrl()
18 { 18 {