1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-19 23:32:02 +02:00

[ticket/11615] Fix typo in creation_test

PHPBB3-11615
This commit is contained in:
Andy Chase 2013-06-25 12:42:41 -07:00
parent 4c432fecc7
commit 7ba81a293f

View File

@ -35,7 +35,7 @@ class phpbb_session_creation_test extends phpbb_database_test_case
$this->assertSqlResultEquals(
array(array('session_user_id' => 3)),
$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;