mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/16207] Fix tests with sid missing from URLs
PHPBB3-16207
This commit is contained in:
@@ -181,7 +181,6 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c
|
||||
$row_num = str_replace('redirect_expected_', '', $redirect);
|
||||
|
||||
$redirect = $crawler->filter('#redirect_' . $row_num)->text();
|
||||
$redirect = substr($redirect, 0, strpos($redirect, 'sid') - 1);
|
||||
$this->assertEquals($crawler->filter('#redirect_expected_' . $row_num)->text(), $redirect);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user