aboutsummaryrefslogtreecommitdiffstats
path: root/tests/random/gen_rand_string_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/random/gen_rand_string_test.php')
-rw-r--r--tests/random/gen_rand_string_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/random/gen_rand_string_test.php b/tests/random/gen_rand_string_test.php
index 428db6ac98..044fd3cc15 100644
--- a/tests/random/gen_rand_string_test.php
+++ b/tests/random/gen_rand_string_test.php
@@ -17,7 +17,7 @@ class phpbb_random_gen_rand_string_test extends phpbb_test_case
const MIN_STRING_LENGTH = 1;
const MAX_STRING_LENGTH = 15;
- public function setUp()
+ public function setUp(): void
{
global $config;