mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-20 10:18:54 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12405] Valid timezone and dateformat for create_user() in tests
This commit is contained in:
commit
c3164be288
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue