diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-09-08 08:57:29 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-09-08 09:01:02 +0200 |
commit | 38001d824b142ca9c47f2afafce91ab8b76f1a9a (patch) | |
tree | f1abdf50c42874a1ef847ead0fe9d89c2446451f /tests/lib/server.php | |
parent | 59f37a8dfbc27242bb0ad50731f8ae20b1ad938c (diff) | |
download | nextcloud-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.php | 2 |
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'], |