|
|
|
|
@ -30,6 +30,7 @@ use OCP\IDBConnection; |
|
|
|
|
use OCP\IServerContainer; |
|
|
|
|
use OCP\IUser; |
|
|
|
|
use OCP\IUserManager; |
|
|
|
|
use OCP\IUserSession; |
|
|
|
|
use OCP\Server; |
|
|
|
|
use OCP\TaskProcessing\EShapeType; |
|
|
|
|
use OCP\TaskProcessing\Events\GetTaskProcessingProvidersEvent; |
|
|
|
|
@ -613,6 +614,8 @@ class TaskProcessingTest extends \Test\TestCase { |
|
|
|
|
$this->userMountCache, |
|
|
|
|
Server::get(IClientService::class), |
|
|
|
|
Server::get(IAppManager::class), |
|
|
|
|
$userManager, |
|
|
|
|
Server::get(IUserSession::class), |
|
|
|
|
Server::get(ICacheFactory::class), |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|
@ -1263,6 +1266,8 @@ class TaskProcessingTest extends \Test\TestCase { |
|
|
|
|
$this->userMountCache, |
|
|
|
|
Server::get(IClientService::class), |
|
|
|
|
Server::get(IAppManager::class), |
|
|
|
|
Server::get(IUserManager::class), |
|
|
|
|
Server::get(IUserSession::class), |
|
|
|
|
Server::get(ICacheFactory::class), |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|
|