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/Core/LexerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/units/Core/LexerTest.php') diff --git a/tests/units/Core/LexerTest.php b/tests/units/Core/LexerTest.php index 044655fc..9e14ff6b 100644 --- a/tests/units/Core/LexerTest.php +++ b/tests/units/Core/LexerTest.php @@ -2,7 +2,7 @@ require_once __DIR__.'/../Base.php'; -use Core\Lexer; +use Kanboard\Core\Lexer; class LexerTest extends Base { -- cgit v1.2.3