Skip to content

Commit c169943

Browse files
committed
fix: missing argument for TextProcessing Manager
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent 8fa9607 commit c169943

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/lib/TextProcessing/TextProcessingTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
use OCP\AppFramework\Utility\ITimeFactory;
2222
use OCP\Common\Exception\NotFoundException;
2323
use OCP\EventDispatcher\IEventDispatcher;
24+
use OCP\IConfig;
2425
use OCP\IServerContainer;
2526
use OCP\TextProcessing\Events\TaskFailedEvent;
2627
use OCP\TextProcessing\Events\TaskSuccessfulEvent;
@@ -163,6 +164,7 @@ protected function setUp(): void {
163164
\OC::$server->get(LoggerInterface::class),
164165
$this->jobList,
165166
$this->taskMapper,
167+
$this->createMock(IConfig::class)
166168
);
167169
}
168170

0 commit comments

Comments
 (0)