mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11615] Fix typo in creation_test
PHPBB3-11615
This commit is contained in:
parent
4c432fecc7
commit
7ba81a293f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class phpbb_session_creation_test extends phpbb_database_test_case
|
||||||
$this->assertSqlResultEquals(
|
$this->assertSqlResultEquals(
|
||||||
array(array('session_user_id' => 3)),
|
array(array('session_user_id' => 3)),
|
||||||
$sql,
|
$sql,
|
||||||
'Check if exacly one session for user id 3 was created'
|
'Check if exactly one session for user id 3 was created'
|
||||||
);
|
);
|
||||||
|
|
||||||
$one_year_in_seconds = 365 * 24 * 60 * 60;
|
$one_year_in_seconds = 365 * 24 * 60 * 60;
|
||||||
|
|
Loading…
Add table
Reference in a new issue