1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-17 06:16:34 +02:00

[ticket/16549] Fix more tests

PHPBB3-16549
This commit is contained in:
rxu 2020-08-13 20:36:45 +07:00
parent 3df19411b4
commit 5ecb81e1d5
No known key found for this signature in database
GPG Key ID: 955F0567380E586A

@ -29,6 +29,7 @@ class phpbb_template_extension_test extends phpbb_template_template_test_case
$this->lang = $lang = new \phpbb\language\language($lang_loader);
$this->user = new \phpbb\user($lang, '\phpbb\datetime');
$this->user->style['style_path'] = 'chameleon';
$this->user->style['style_parent_id'] = 0;
global $auth, $request, $symfony_request, $user;
$user = new phpbb_mock_user();