summaryrefslogtreecommitdiffstats
path: root/tests/lib/Accounts/HooksTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Accounts/HooksTest.php')
-rw-r--r--tests/lib/Accounts/HooksTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Accounts/HooksTest.php b/tests/lib/Accounts/HooksTest.php
index 0534f2dba6b..0d6ce3241d6 100644
--- a/tests/lib/Accounts/HooksTest.php
+++ b/tests/lib/Accounts/HooksTest.php
@@ -45,7 +45,7 @@ class HooksTest extends TestCase {
/** @var Hooks | \PHPUnit_Framework_MockObject_MockObject */
private $hooks;
- public function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->logger = $this->createMock(ILogger::class);