aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/IntegrityCheck/Helpers/EnvironmentHelperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/IntegrityCheck/Helpers/EnvironmentHelperTest.php')
-rw-r--r--tests/lib/IntegrityCheck/Helpers/EnvironmentHelperTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/IntegrityCheck/Helpers/EnvironmentHelperTest.php b/tests/lib/IntegrityCheck/Helpers/EnvironmentHelperTest.php
index 9dc9214a779..079baaafe9f 100644
--- a/tests/lib/IntegrityCheck/Helpers/EnvironmentHelperTest.php
+++ b/tests/lib/IntegrityCheck/Helpers/EnvironmentHelperTest.php
@@ -28,9 +28,9 @@ class EnvironmentHelperTest extends TestCase {
/** @var EnvironmentHelper */
private $environmentHelper;
- public function setUp() {
+ public function setUp(): void {
$this->environmentHelper = new EnvironmentHelper();
- return parent::setUp();
+ parent::setUp();
}
public function testGetServerRoot() {