diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-09-14 23:41:04 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-09-26 23:10:25 +0200 |
commit | 3db3e65121e5908c7a5729dfef965a747da61cca (patch) | |
tree | 8c97f7cea5a873a8483474cb555c836116d15eee /tests/lib/Collaboration/Collaborators/RemotePluginTest.php | |
parent | c43685e6fc142da72a0a77587739986f29635447 (diff) | |
download | nextcloud-server-3db3e65121e5908c7a5729dfef965a747da61cca.tar.gz nextcloud-server-3db3e65121e5908c7a5729dfef965a747da61cca.zip |
add tests for Lookup Plugin
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests/lib/Collaboration/Collaborators/RemotePluginTest.php')
-rw-r--r-- | tests/lib/Collaboration/Collaborators/RemotePluginTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Collaboration/Collaborators/RemotePluginTest.php b/tests/lib/Collaboration/Collaborators/RemotePluginTest.php index 78ef45d0146..5c4b3af5e70 100644 --- a/tests/lib/Collaboration/Collaborators/RemotePluginTest.php +++ b/tests/lib/Collaboration/Collaborators/RemotePluginTest.php @@ -55,7 +55,6 @@ class RemotePluginTest extends TestCase { $this->config = $this->createMock(IConfig::class); $this->contactsManager = $this->createMock(IManager::class); - //$this->cloudIdManager = $this->createMock(ICloudIdManager::class); $this->cloudIdManager = new CloudIdManager(); $this->searchResult = new SearchResult(); } |