1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/10052] Add comments to the session testable factory.

PHPBB3-10052
This commit is contained in:
Nils Adermann
2011-02-23 19:41:11 +01:00
parent 11262afa93
commit cb56ab2dbd
2 changed files with 60 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ class phpbb_session_init_test extends phpbb_database_test_case
'Check if exacly one session for user id 3 was created'
);
$cookie_expire = $session->time_now + 31536000;
$cookie_expire = $session->time_now + 31536000; // default is one year
$session->check_cookies($this, array(
'u' => array(null, $cookie_expire),