From 9c9ed02cd7ebc5dbbc99bcaed6f80988ce8a9677 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 13 Oct 2015 22:19:17 -0400 Subject: Change namespace to add Kanboard as prefix --- tests/units/Model/WebNotificationTest.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'tests/units/Model/WebNotificationTest.php') diff --git a/tests/units/Model/WebNotificationTest.php b/tests/units/Model/WebNotificationTest.php index fffeb475..8ed37692 100644 --- a/tests/units/Model/WebNotificationTest.php +++ b/tests/units/Model/WebNotificationTest.php @@ -2,16 +2,16 @@ require_once __DIR__.'/../Base.php'; -use Model\TaskFinder; -use Model\TaskCreation; -use Model\Subtask; -use Model\Comment; -use Model\User; -use Model\File; -use Model\Task; -use Model\Project; -use Model\WebNotification; -use Subscriber\NotificationSubscriber; +use Kanboard\Model\TaskFinder; +use Kanboard\Model\TaskCreation; +use Kanboard\Model\Subtask; +use Kanboard\Model\Comment; +use Kanboard\Model\User; +use Kanboard\Model\File; +use Kanboard\Model\Task; +use Kanboard\Model\Project; +use Kanboard\Model\WebNotification; +use Kanboard\Subscriber\NotificationSubscriber; class WebNotificationTest extends Base { @@ -41,7 +41,7 @@ class WebNotificationTest extends Base $this->assertNotEmpty($comment); $this->assertNotEmpty($file); - foreach (Subscriber\NotificationSubscriber::getSubscribedEvents() as $event_name => $values) { + foreach (NotificationSubscriber::getSubscribedEvents() as $event_name => $values) { $title = $wn->getTitleFromEvent($event_name, array( 'task' => $task, 'comment' => $comment, -- cgit v1.2.3