aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/ServerTest.php
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2024-09-17 15:48:40 +0200
committerCôme Chilliet <come.chilliet@nextcloud.com>2024-09-17 15:48:40 +0200
commit584a03876c0ffc4febb12dbb72a9b5896733336e (patch)
treeeeb78068513c9fc9d3502e78f3ee0f3141c68bd8 /tests/lib/ServerTest.php
parentfe9981fad7894c571148eecc0dd70be3b276cad1 (diff)
downloadnextcloud-server-fix/fix-server-tests.tar.gz
nextcloud-server-fix/fix-server-tests.zip
fix: Remove deprecated aliases from testfix/fix-server-tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'tests/lib/ServerTest.php')
-rw-r--r--tests/lib/ServerTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lib/ServerTest.php b/tests/lib/ServerTest.php
index 7f7d3125fdd..2f3084dd290 100644
--- a/tests/lib/ServerTest.php
+++ b/tests/lib/ServerTest.php
@@ -71,9 +71,6 @@ class ServerTest extends \Test\TestCase {
['EncryptionManager', '\OCP\Encryption\IManager'],
['EventLogger', '\OCP\Diagnostics\IEventLogger'],
- ['GroupManager', '\OC\Group\Manager'],
- ['GroupManager', '\OCP\IGroupManager'],
-
['Hasher', '\OC\Security\Hasher'],
['Hasher', '\OCP\Security\IHasher'],
['HttpClientService', '\OC\Http\Client\ClientService'],