diff options
Diffstat (limited to 'tests/functions/make_clickable_test.php')
-rw-r--r-- | tests/functions/make_clickable_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions/make_clickable_test.php b/tests/functions/make_clickable_test.php index a6af12b624..d8d5eb5e0e 100644 --- a/tests/functions/make_clickable_test.php +++ b/tests/functions/make_clickable_test.php @@ -154,7 +154,7 @@ class phpbb_functions_make_clickable_test extends phpbb_test_case ); } - protected function setUp() + protected function setUp(): void { parent::setUp(); |