summaryrefslogtreecommitdiffstats
path: root/tests/lib/notification/notificationtest.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-09-03 14:48:27 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-09-08 09:01:02 +0200
commit270b0bd91b9ff5ab8fa87bd2e8124ff0bb35470b (patch)
tree8f741c4ae46712b05e4db6a0f529d7ac583c8964 /tests/lib/notification/notificationtest.php
parentc6469be8bdb70a57da5212f7b1e8e4836e0bb2be (diff)
downloadnextcloud-server-270b0bd91b9ff5ab8fa87bd2e8124ff0bb35470b.tar.gz
nextcloud-server-270b0bd91b9ff5ab8fa87bd2e8124ff0bb35470b.zip
Add more action tests
Diffstat (limited to 'tests/lib/notification/notificationtest.php')
-rw-r--r--tests/lib/notification/notificationtest.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/lib/notification/notificationtest.php b/tests/lib/notification/notificationtest.php
index 8f1779dd968..5865d2dbee1 100644
--- a/tests/lib/notification/notificationtest.php
+++ b/tests/lib/notification/notificationtest.php
@@ -22,12 +22,11 @@
namespace Test\Notification;
-use OC\Notification\Action;
use OC\Notification\Notification;
-use OCP\Notification\IAction;
use OCP\Notification\INotification;
+use Test\TestCase;
-class NotificationTest extends \Test\TestCase {
+class NotificationTest extends TestCase {
/** @var INotification */
protected $notification;