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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user