mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[task/session-tests] Correctly display message on session continue test failure
PHPBB3-9732
This commit is contained in:
parent
3d65c3c104
commit
bbf3864cb4
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class phpbb_session_continue_test extends phpbb_database_test_case
|
|||
$this->assertSqlResultEquals(
|
||||
$expected_sessions,
|
||||
$sql,
|
||||
'Check if no new session was created'
|
||||
$message
|
||||
);
|
||||
|
||||
$session->check_cookies($this, $expected_cookies);
|
||||
|
|
Loading…
Add table
Reference in a new issue