We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229bfcb commit cc6a062Copy full SHA for cc6a062
apps/files_versions/tests/Controller/PreviewControllerTest.php
@@ -73,7 +73,6 @@ protected function setUp(): void {
73
$user->expects($this->any())
74
->method('getUID')
75
->willReturn($this->userId);
76
- $this->mimeTypeDetector = $this->createMock(IMimeTypeDetector::class);
77
$this->previewManager = $this->createMock(IPreview::class);
78
$this->userSession = $this->createMock(IUserSession::class);
79
$this->userSession->expects($this->any())
@@ -86,7 +85,6 @@ protected function setUp(): void {
86
85
$this->createMock(IRequest::class),
87
$this->rootFolder,
88
$this->userSession,
89
- $this->mimeTypeDetector,
90
$this->versionManager,
91
$this->previewManager
92
);
0 commit comments