diff options
Diffstat (limited to 'apps/federation/tests/HooksTest.php')
-rw-r--r-- | apps/federation/tests/HooksTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federation/tests/HooksTest.php b/apps/federation/tests/HooksTest.php index ad6e0bf8a77..027db171990 100644 --- a/apps/federation/tests/HooksTest.php +++ b/apps/federation/tests/HooksTest.php @@ -36,7 +36,7 @@ class HooksTest extends TestCase { /** @var Hooks */ private $hooks; - public function setUp(): void { + protected function setUp(): void { parent::setUp(); $this->trustedServers = $this->getMockBuilder('OCA\Federation\TrustedServers') |