diff options
Diffstat (limited to 'tests/units/Core/LexerTest.php')
-rw-r--r-- | tests/units/Core/LexerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |