aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/server.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-09-08 08:57:29 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-09-08 09:01:02 +0200
commit38001d824b142ca9c47f2afafce91ab8b76f1a9a (patch)
treef1abdf50c42874a1ef847ead0fe9d89c2446451f /tests/lib/server.php
parent59f37a8dfbc27242bb0ad50731f8ae20b1ad938c (diff)
downloadnextcloud-server-38001d824b142ca9c47f2afafce91ab8b76f1a9a.tar.gz
nextcloud-server-38001d824b142ca9c47f2afafce91ab8b76f1a9a.zip
Move interfaces to private until they are no longer experimental
Diffstat (limited to 'tests/lib/server.php')
-rw-r--r--tests/lib/server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/server.php b/tests/lib/server.php
index 78d6a0c8302..96a476bd4d1 100644
--- a/tests/lib/server.php
+++ b/tests/lib/server.php
@@ -105,7 +105,7 @@ class Server extends \Test\TestCase {
['NavigationManager', '\OC\NavigationManager'],
['NavigationManager', '\OCP\INavigationManager'],
['NotificationManager', '\OC\Notification\Manager'],
- ['NotificationManager', '\OCP\Notification\IManager'],
+ ['NotificationManager', '\OC\Notification\IManager'],
['UserCache', '\OC\Cache\File'],
['UserCache', '\OCP\ICache'],