Skip to content

Commit

Permalink
fix: backport
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jun 5, 2024
1 parent b01ef79 commit 798b36e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Unit/Service/Install/SignSetupServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
use PHPUnit\Framework\MockObject\MockObject;

final class SignSetupServiceTest extends \OCA\Libresign\Tests\Unit\TestCase {
private EnvironmentHelper&MockObject $environmentHelper;
private EnvironmentHelper|MockObject $environmentHelper;
private FileAccessHelper $fileAccessHelper;
private IConfig&MockObject $config;
private IAppDataFactory&MockObject $appDataFactory;
private IAppManager&MockObject $appManager;
private IConfig|MockObject $config;
private IAppDataFactory|MockObject $appDataFactory;
private IAppManager|MockObject $appManager;

public function setUp(): void {
$this->environmentHelper = $this->createMock(EnvironmentHelper::class);
Expand Down

0 comments on commit 798b36e

Please sign in to comment.