diff options
author | Zoddo <zoddo.ino@gmail.com> | 2015-07-15 21:55:12 +0200 |
---|---|---|
committer | Zoddo <zoddo.ino@gmail.com> | 2015-07-18 21:18:49 +0200 |
commit | 7e1b0330a3ddd269c85047912c956daf930018cc (patch) | |
tree | 8c12191bf1d13ac821fada9a25022f59844a7898 /tests | |
parent | 23f1b7d9c7228746008a215ff944adf13f54251d (diff) | |
download | forums-7e1b0330a3ddd269c85047912c956daf930018cc.tar forums-7e1b0330a3ddd269c85047912c956daf930018cc.tar.gz forums-7e1b0330a3ddd269c85047912c956daf930018cc.tar.bz2 forums-7e1b0330a3ddd269c85047912c956daf930018cc.tar.xz forums-7e1b0330a3ddd269c85047912c956daf930018cc.zip |
[ticket/13988] Update tests
PHPBB3-13988
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/feed_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/feed_test.php b/tests/functional/feed_test.php index 9041c8dc69..ad5c4a5cab 100644 --- a/tests/functional/feed_test.php +++ b/tests/functional/feed_test.php @@ -1395,7 +1395,7 @@ class phpbb_functional_feed_test extends phpbb_functional_test_case foreach ($attachments as $i => $attachment) { $content = $crawler->filterXPath("//entry[{$entry_id}]/content")->text(); - $url = "./download/file.php?id={$attachment['id']}"; + $url = self::$root_url . "download/file.php?id={$attachment['id']}"; $string = "Attachment #{$i}"; if ($attachment['displayed']) |