diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-05-24 13:54:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-24 13:54:57 +0200 |
commit | 82a590fdddcb2458fc7f79d300cc12be3500b09c (patch) | |
tree | 5ce2970eae8b3ec34888d3d70bcbd3bfaaf4f76d /tests | |
parent | f87e6547e8c49a2fe4bd21ec185e99464d4d957e (diff) | |
parent | ac1509a66b510648ba6dd378c3d487802cf652b9 (diff) | |
download | wallabag-82a590fdddcb2458fc7f79d300cc12be3500b09c.tar.gz wallabag-82a590fdddcb2458fc7f79d300cc12be3500b09c.tar.zst wallabag-82a590fdddcb2458fc7f79d300cc12be3500b09c.zip |
Merge pull request #3146 from DamienCassou/fix-doc-url
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 | { |