diff options
Diffstat (limited to 'tests/mock/user.php')
-rw-r--r-- | tests/mock/user.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mock/user.php b/tests/mock/user.php index 9888337a9e..d9211369bc 100644 --- a/tests/mock/user.php +++ b/tests/mock/user.php @@ -21,6 +21,8 @@ class phpbb_mock_user { public $host = "testhost"; public $page = array('root_script_path' => '/'); + public $style = []; + public $data = []; private $options = array(); public function optionget($item) |