summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-09-03 15:26:17 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-09-08 09:01:02 +0200
commit59f37a8dfbc27242bb0ad50731f8ae20b1ad938c (patch)
tree7ff0d9676a93f1d73f7612fa8868631564ef09a7 /tests
parent190d2c3d5bd8b2bbd39f9112c5b977d27ee70664 (diff)
downloadnextcloud-server-59f37a8dfbc27242bb0ad50731f8ae20b1ad938c.tar.gz
nextcloud-server-59f37a8dfbc27242bb0ad50731f8ae20b1ad938c.zip
Add tests for the query()
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/server.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/server.php b/tests/lib/server.php
index e73fc8b3ab1..78d6a0c8302 100644
--- a/tests/lib/server.php
+++ b/tests/lib/server.php
@@ -104,6 +104,8 @@ class Server extends \Test\TestCase {
['NavigationManager', '\OC\NavigationManager'],
['NavigationManager', '\OCP\INavigationManager'],
+ ['NotificationManager', '\OC\Notification\Manager'],
+ ['NotificationManager', '\OCP\Notification\IManager'],
['UserCache', '\OC\Cache\File'],
['UserCache', '\OCP\ICache'],