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:
parent
3df19411b4
commit
5ecb81e1d5
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user