diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-05-30 09:59:06 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2017-05-30 09:59:06 +0200 |
commit | d181bd728565454ec53d960f321ed0a4c3bf26c8 (patch) | |
tree | 0339aca4a13dc41016bc12081c42b2405dc6f929 /tests/Wallabag | |
parent | 7a90ca6171995e16b74f14712fafb42b636bdb3e (diff) | |
parent | 82a590fdddcb2458fc7f79d300cc12be3500b09c (diff) | |
download | wallabag-d181bd728565454ec53d960f321ed0a4c3bf26c8.tar.gz wallabag-d181bd728565454ec53d960f321ed0a4c3bf26c8.tar.zst wallabag-d181bd728565454ec53d960f321ed0a4c3bf26c8.zip |
Merge remote-tracking branch 'origin/master' into 2.3
Diffstat (limited to 'tests/Wallabag')
-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 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 | ||
13 | class ContentProxyTest extends \PHPUnit_Framework_TestCase | 13 | class 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 | { |