diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-05 22:35:59 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-04-11 15:04:01 +0200 |
commit | 53bca14a27538e457f69fbbdf5aeae2eb3194706 (patch) | |
tree | acdddd5a0519a6b839018c7a02025a86807e563c /apps/files_sharing/tests/External | |
parent | 3bc72f7224b6698c13d66c102e55e65467105c94 (diff) | |
download | nextcloud-server-53bca14a27538e457f69fbbdf5aeae2eb3194706.tar.gz nextcloud-server-53bca14a27538e457f69fbbdf5aeae2eb3194706.zip |
Do proper DI
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_sharing/tests/External')
-rw-r--r-- | apps/files_sharing/tests/External/ManagerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/External/ManagerTest.php b/apps/files_sharing/tests/External/ManagerTest.php index efe4065e383..9f60261c203 100644 --- a/apps/files_sharing/tests/External/ManagerTest.php +++ b/apps/files_sharing/tests/External/ManagerTest.php @@ -77,7 +77,7 @@ class ManagerTest extends TestCase { new StorageFactory(), $this->clientService, \OC::$server->getNotificationManager(), - \OC::$server->getOCSDiscoveryService(), + \OC::$server->query(\OCP\OCS\IDiscoveryService::class), $this->uid ); $this->testMountProvider = new MountProvider(\OC::$server->getDatabaseConnection(), function() { |