diff options
Diffstat (limited to 'tests/lib/Security/IdentityProof/KeyTest.php')
-rw-r--r-- | tests/lib/Security/IdentityProof/KeyTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Security/IdentityProof/KeyTest.php b/tests/lib/Security/IdentityProof/KeyTest.php index bb550bd1b2a..ae5f77f1609 100644 --- a/tests/lib/Security/IdentityProof/KeyTest.php +++ b/tests/lib/Security/IdentityProof/KeyTest.php @@ -30,7 +30,7 @@ class KeyTest extends TestCase { /** @var Key */ private $key; - public function setUp() { + protected function setUp(): void { parent::setUp(); $this->key = new Key('public', 'private'); |