diff options
Diffstat (limited to 'apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php')
-rw-r--r-- | apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php b/apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php index 2d80b5bf0ea..b516e26a8c6 100644 --- a/apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php +++ b/apps/dav/tests/unit/BackgroundJob/CleanupInvitationTokenJobTest.php @@ -41,7 +41,7 @@ class CleanupInvitationTokenJobTest extends TestCase { /** @var \OCA\DAV\BackgroundJob\GenerateBirthdayCalendarBackgroundJob */ private $backgroundJob; - protected function setUp() { + protected function setUp(): void { parent::setUp(); $this->dbConnection = $this->createMock(IDBConnection::class); |