Browse Source

Fix syntax in VerificationTokenTest.php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v26.0.0beta1
Côme Chilliet 1 year ago
parent
commit
0f7e56b3b3
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/lib/Security/VerificationToken/VerificationTokenTest.php

+ 1
- 1
tests/lib/Security/VerificationToken/VerificationTokenTest.php View File

@@ -49,7 +49,7 @@ class VerificationTokenTest extends TestCase {
/** @var ITimeFactory|MockObject */
protected $timeFactory;
/** @var IJobList|MockObject */
protected $jobList
protected $jobList;

protected function setUp(): void {
parent::setUp();

Loading…
Cancel
Save