aboutsummaryrefslogtreecommitdiffstats
path: root/tests/installer/installer_config_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/installer/installer_config_test.php')
-rw-r--r--tests/installer/installer_config_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/installer/installer_config_test.php b/tests/installer/installer_config_test.php
index 1193d7aee4..6fa8248b68 100644
--- a/tests/installer/installer_config_test.php
+++ b/tests/installer/installer_config_test.php
@@ -20,7 +20,7 @@ class phpbb_installer_config_test extends phpbb_test_case
*/
private $config;
- public function setUp()
+ public function setUp(): void
{
$phpbb_root_path = __DIR__ . './../../phpBB/';
$filesystem = $this->createMock('\phpbb\filesystem\filesystem');