aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/feed_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/feed_test.php')
-rw-r--r--tests/functional/feed_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/feed_test.php b/tests/functional/feed_test.php
index fc3f052e91..16afced238 100644
--- a/tests/functional/feed_test.php
+++ b/tests/functional/feed_test.php
@@ -1404,7 +1404,7 @@ class phpbb_functional_feed_test extends phpbb_functional_test_case
$content = $crawler->filterXPath("//entry[{$entry_id}]/content")->text();
foreach ($attachments as $i => $attachment)
{
- $url = "./download/file.php?id={$attachment['id']}";
+ $url = self::$root_url . "download/file.php?id={$attachment['id']}";
$string = "Attachment #{$i}";
if ($attachment['displayed'])