summaryrefslogtreecommitdiffstats
path: root/tests/Lexer/TokenTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Lexer/TokenTest.php')
-rw-r--r--tests/Lexer/TokenTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Lexer/TokenTest.php b/tests/Lexer/TokenTest.php
index bc4f4f0..f468a85 100644
--- a/tests/Lexer/TokenTest.php
+++ b/tests/Lexer/TokenTest.php
@@ -1,9 +1,9 @@
<?php
-namespace SqlParser\Tests\Lexer;
+namespace PhpMyAdmin\SqlParser\Tests\Lexer;
-use SqlParser\Token;
-use SqlParser\Tests\TestCase;
+use PhpMyAdmin\SqlParser\Token;
+use PhpMyAdmin\SqlParser\Tests\TestCase;
class TokenTest extends TestCase
{