summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/WipeControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Controller/WipeControllerTest.php')
-rw-r--r--tests/Core/Controller/WipeControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Controller/WipeControllerTest.php b/tests/Core/Controller/WipeControllerTest.php
index ebbf6509009..73d16a63a6e 100644
--- a/tests/Core/Controller/WipeControllerTest.php
+++ b/tests/Core/Controller/WipeControllerTest.php
@@ -40,7 +40,7 @@ class WipeControllerTest extends TestCase {
/** @var WipeController */
private $controller;
- public function setUp(): void {
+ protected function setUp(): void {
parent::setUp();
$this->remoteWipe = $this->createMock(RemoteWipe::class);