1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-18 22:58:10 +01:00

[ticket/12405] Valid timezone and dateformat for create_user() in tests

PHPBB3-12405
This commit is contained in:
Matt Friedman 2014-04-19 09:42:45 -07:00
parent 6f41e7a98b
commit 067ab9e800

View File

@ -522,8 +522,8 @@ class phpbb_functional_test_case extends phpbb_test_case
'user_email' => 'nobody@example.com',
'user_type' => 0,
'user_lang' => 'en',
'user_timezone' => 0,
'user_dateformat' => '',
'user_timezone' => 'UTC',
'user_dateformat' => 'r',
'user_password' => $passwords_manager->hash($username . $username),
);
return user_add($user_row);