diff options
author | Damien Cassou <damien@cassou.me> | 2017-05-24 12:57:46 +0200 |
---|---|---|
committer | Damien Cassou <damien@cassou.me> | 2017-05-24 12:57:46 +0200 |
commit | ac1509a66b510648ba6dd378c3d487802cf652b9 (patch) | |
tree | 5ce2970eae8b3ec34888d3d70bcbd3bfaaf4f76d /tests | |
parent | f87e6547e8c49a2fe4bd21ec185e99464d4d957e (diff) | |
download | wallabag-ac1509a66b510648ba6dd378c3d487802cf652b9.tar.gz wallabag-ac1509a66b510648ba6dd378c3d487802cf652b9.tar.zst wallabag-ac1509a66b510648ba6dd378c3d487802cf652b9.zip |
Fix documentation URL for "How can I help to fix that?"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php index 5956b502..4f70ed0c 100644 --- a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php +++ b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php | |||
@@ -10,7 +10,7 @@ use Wallabag\UserBundle\Entity\User; | |||
10 | 10 | ||
11 | class ContentProxyTest extends \PHPUnit_Framework_TestCase | 11 | class ContentProxyTest extends \PHPUnit_Framework_TestCase |
12 | { | 12 | { |
13 | 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>.'; | 13 | 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>.'; |
14 | 14 | ||
15 | public function testWithBadUrl() | 15 | public function testWithBadUrl() |
16 | { | 16 | { |