mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
[ticket/16549] Fix tests
PHPBB3-16549
This commit is contained in:
@@ -25,6 +25,7 @@ class phpbb_functions_content_phpbb_format_quote_test extends phpbb_test_case
|
||||
$lang_file_loader = new \phpbb\language\language_file_loader($phpbb_root_path, $phpEx);
|
||||
$this->lang = new \phpbb\language\language($lang_file_loader);
|
||||
$user = new \phpbb\user($this->lang, '\phpbb\datetime');
|
||||
$user->data['user_options'] = 230271;
|
||||
$cache = new phpbb_mock_cache();
|
||||
|
||||
parent::setUp();
|
||||
|
Reference in New Issue
Block a user