diff options
Diffstat (limited to 'tests/lib/Lockdown/LockdownManagerTest.php')
-rw-r--r-- | tests/lib/Lockdown/LockdownManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Lockdown/LockdownManagerTest.php b/tests/lib/Lockdown/LockdownManagerTest.php index 2f1c794d4d7..7b52994d381 100644 --- a/tests/lib/Lockdown/LockdownManagerTest.php +++ b/tests/lib/Lockdown/LockdownManagerTest.php @@ -29,7 +29,7 @@ use Test\TestCase; class LockdownManagerTest extends TestCase { private $sessionCallback; - public function setUp(): void { + protected function setUp(): void { parent::setUp(); $this->sessionCallback = function() { |