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 8fa9607 commit c169943Copy full SHA for c169943
1 file changed
tests/lib/TextProcessing/TextProcessingTest.php
@@ -21,6 +21,7 @@
21
use OCP\AppFramework\Utility\ITimeFactory;
22
use OCP\Common\Exception\NotFoundException;
23
use OCP\EventDispatcher\IEventDispatcher;
24
+use OCP\IConfig;
25
use OCP\IServerContainer;
26
use OCP\TextProcessing\Events\TaskFailedEvent;
27
use OCP\TextProcessing\Events\TaskSuccessfulEvent;
@@ -163,6 +164,7 @@ protected function setUp(): void {
163
164
\OC::$server->get(LoggerInterface::class),
165
$this->jobList,
166
$this->taskMapper,
167
+ $this->createMock(IConfig::class)
168
);
169
}
170
0 commit comments