mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11459] Fix auth provider test
user_timezone has no default value anymore PHPBB3-11459
This commit is contained in:
parent
ba139297b5
commit
959e9beedc
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class phpbb_auth_provider_apache_test extends phpbb_database_test_case
|
|||
'user_inactive_time' => '0',
|
||||
'user_posts' => '0',
|
||||
'user_lang' => '',
|
||||
'user_timezone' => 'UTC',
|
||||
'user_timezone' => '',
|
||||
'user_dateformat' => 'd M Y H:i',
|
||||
'user_style' => '0',
|
||||
'user_rank' => '0',
|
||||
|
|
Loading…
Add table
Reference in a new issue