From ee02165005f3fd24e1a17fdb3faeedda036d93c7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 14 Jan 2016 14:35:24 +0100 Subject: Move the notification API to public namespace --- tests/lib/server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/server.php') 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'], -- cgit v1.2.3