summaryrefslogtreecommitdiff
path: root/tests/units/Model/AuthenticationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/Model/AuthenticationTest.php')
-rw-r--r--tests/units/Model/AuthenticationTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/units/Model/AuthenticationTest.php b/tests/units/Model/AuthenticationTest.php
index 7ce81d8b..6b48affe 100644
--- a/tests/units/Model/AuthenticationTest.php
+++ b/tests/units/Model/AuthenticationTest.php
@@ -2,8 +2,8 @@
require_once __DIR__.'/../Base.php';
-use Model\User;
-use Model\Authentication;
+use Kanboard\Model\User;
+use Kanboard\Model\Authentication;
class AuthenticationTest extends Base
{