mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/16207] Fix tests with sid missing from URLs
PHPBB3-16207
This commit is contained in:
@@ -1396,7 +1396,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||
}
|
||||
$link = $crawler->filter('#quickmod')->selectLink($this->lang($action))->link()->getUri();
|
||||
|
||||
return self::request('GET', substr($link, strpos($link, 'mcp.')));
|
||||
return self::request('GET', substr($link, strpos($link, 'mcp.')) . "&sid={$this->sid}");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user