diff options
Diffstat (limited to 'apps/encryption/tests/Crypto/DecryptAllTest.php')
-rw-r--r-- | apps/encryption/tests/Crypto/DecryptAllTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/tests/Crypto/DecryptAllTest.php b/apps/encryption/tests/Crypto/DecryptAllTest.php index 64e29241a07..1b94d1d96cf 100644 --- a/apps/encryption/tests/Crypto/DecryptAllTest.php +++ b/apps/encryption/tests/Crypto/DecryptAllTest.php @@ -53,7 +53,7 @@ class DecryptAllTest extends TestCase { /** @var QuestionHelper | \PHPUnit_Framework_MockObject_MockObject */ protected $questionHelper; - public function setUp() { + protected function setUp(): void { parent::setUp(); $this->util = $this->getMockBuilder(Util::class) |