aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/server.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-01-14 14:35:24 +0100
committerJoas Schilling <nickvergessen@owncloud.com>2016-01-22 10:32:42 +0100
commitee02165005f3fd24e1a17fdb3faeedda036d93c7 (patch)
tree1fd047788bb8f439665ff3e61d135bb6a62856c9 /tests/lib/server.php
parente2e5eedb40a15ef3a6971e2145abec24873c4400 (diff)
downloadnextcloud-server-ee02165005f3fd24e1a17fdb3faeedda036d93c7.tar.gz
nextcloud-server-ee02165005f3fd24e1a17fdb3faeedda036d93c7.zip
Move the notification API to public namespace
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 684e6a97361..91beea7c2f8 100644
--- a/tests/lib/server.php
+++ b/tests/lib/server.php
@@ -116,7 +116,7 @@ class Server extends \Test\TestCase {
['NavigationManager', '\OC\NavigationManager'],
['NavigationManager', '\OCP\INavigationManager'],
['NotificationManager', '\OC\Notification\Manager'],
- ['NotificationManager', '\OC\Notification\IManager'],
+ ['NotificationManager', '\OCP\Notification\IManager'],
['UserCache', '\OC\Cache\File'],
['UserCache', '\OCP\ICache'],