mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 10:03:32 -04:00
fix(taskprocessing): Fix tests
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
d956e4a2ca
commit
6f94ddc1d5
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ use OCP\Files\Config\ICachedMountInfo;
|
|||
use OCP\Files\Config\IUserMountCache;
|
||||
use OCP\Files\IRootFolder;
|
||||
use OCP\Http\Client\IClientService;
|
||||
use OCP\ICacheFactory;
|
||||
use OCP\IConfig;
|
||||
use OCP\IDBConnection;
|
||||
use OCP\IServerContainer;
|
||||
|
|
@ -473,6 +474,7 @@ class TaskProcessingTest extends \Test\TestCase {
|
|||
$this->userMountCache,
|
||||
\OC::$server->get(IClientService::class),
|
||||
\OC::$server->get(IAppManager::class),
|
||||
\OC::$server->get(ICacheFactory::class),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue