diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-28 23:21:15 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-29 11:03:44 +0100 |
commit | 959e9beedcfb099e408b2987a7bfd316e3e253db (patch) | |
tree | 735285604009991e30a1f55548ec676186be5875 /tests/auth | |
parent | [ticket/11459] Correctly set up the database from schema in unit tests (diff) | |
download | phpbb-959e9beedcfb099e408b2987a7bfd316e3e253db.tar.gz phpbb-959e9beedcfb099e408b2987a7bfd316e3e253db.tar.bz2 phpbb-959e9beedcfb099e408b2987a7bfd316e3e253db.zip |
[ticket/11459] Fix auth provider test
user_timezone has no default value anymore
PHPBB3-11459
Diffstat (limited to 'tests/auth')
-rw-r--r-- | tests/auth/provider_apache_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth/provider_apache_test.php b/tests/auth/provider_apache_test.php index 23d6910843..4b12abd62a 100644 --- a/tests/auth/provider_apache_test.php +++ b/tests/auth/provider_apache_test.php @@ -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', |