diff options
Diffstat (limited to 'tests/lib/notification/notificationtest.php')
-rw-r--r-- | tests/lib/notification/notificationtest.php | 5 |
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; |