mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13988] Update tests
PHPBB3-13988
This commit is contained in:
parent
23f1b7d9c7
commit
7e1b0330a3
1 changed files with 1 additions and 1 deletions
|
@ -1395,7 +1395,7 @@ class phpbb_functional_feed_test extends phpbb_functional_test_case
|
||||||
foreach ($attachments as $i => $attachment)
|
foreach ($attachments as $i => $attachment)
|
||||||
{
|
{
|
||||||
$content = $crawler->filterXPath("//entry[{$entry_id}]/content")->text();
|
$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}";
|
$string = "Attachment #{$i}";
|
||||||
|
|
||||||
if ($attachment['displayed'])
|
if ($attachment['displayed'])
|
||||||
|
|
Loading…
Add table
Reference in a new issue