diff options
Diffstat (limited to 'tests/group/helper_test.php')
-rw-r--r-- | tests/group/helper_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/group/helper_test.php b/tests/group/helper_test.php index 2377a6f47c..855663791b 100644 --- a/tests/group/helper_test.php +++ b/tests/group/helper_test.php @@ -16,7 +16,7 @@ class phpbb_group_helper_test extends phpbb_test_case /** @var \phpbb\group\helper */ protected $group_helper; - public function setUp() + public function setUp(): void { global $phpbb_root_path, $phpEx; |