File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -450,15 +450,6 @@ protected function setUp(): void {
450450
451451 $ this ->eventDispatcher = $ this ->createMock (IEventDispatcher::class);
452452
453- $ textProcessingManager = new \OC \TextProcessing \Manager (
454- $ this ->serverContainer ,
455- $ this ->coordinator ,
456- \OC ::$ server ->get (LoggerInterface::class),
457- $ this ->jobList ,
458- \OC ::$ server ->get (\OC \TextProcessing \Db \TaskMapper::class),
459- \OC ::$ server ->get (IConfig::class),
460- );
461-
462453 $ text2imageManager = new \OC \TextToImage \Manager (
463454 $ this ->serverContainer ,
464455 $ this ->coordinator ,
@@ -481,9 +472,7 @@ protected function setUp(): void {
481472 $ this ->eventDispatcher ,
482473 \OC ::$ server ->get (IAppDataFactory::class),
483474 \OC ::$ server ->get (IRootFolder::class),
484- $ textProcessingManager ,
485475 $ text2imageManager ,
486- \OC ::$ server ->get (ISpeechToTextManager::class),
487476 $ this ->userMountCache ,
488477 \OC ::$ server ->get (IClientService::class),
489478 \OC ::$ server ->get (IAppManager::class),
You can’t perform that action at this time.
0 commit comments