1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/11327] Adjust tests for new reset password changes

PHPBB3-11327
This commit is contained in:
Marc Alexander
2019-08-10 22:21:14 +02:00
parent ba92e7d2d6
commit 9e772d1421
2 changed files with 5 additions and 3 deletions

View File

@@ -202,6 +202,8 @@ class phpbb_auth_provider_apache_test extends phpbb_database_test_case
'user_new' => '1',
'user_reminded' => '0',
'user_reminded_time' => '0',
'reset_token' => '',
'reset_token_expiration' => '0',
);
$this->assertEquals($expected, $this->provider->autologin());