1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 12:52:08 +02:00

[ticket/11459] Fix auth provider test

user_timezone has no default value anymore

PHPBB3-11459
This commit is contained in:
Joas Schilling 2014-03-28 23:21:15 +01:00
parent ba139297b5
commit 959e9beedc

View File

@ -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',