summaryrefslogtreecommitdiffstats
path: root/tests/Lexer/LexerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Lexer/LexerTest.php')
-rw-r--r--tests/Lexer/LexerTest.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/Lexer/LexerTest.php b/tests/Lexer/LexerTest.php
index 8893d7b..56eaa6e 100644
--- a/tests/Lexer/LexerTest.php
+++ b/tests/Lexer/LexerTest.php
@@ -1,10 +1,10 @@
<?php
-namespace SqlParser\Tests\Lexer;
+namespace PhpMyAdmin\SqlParser\Tests\Lexer;
-use SqlParser\Exceptions\LexerException;
-use SqlParser\Lexer;
-use SqlParser\Tests\TestCase;
+use PhpMyAdmin\SqlParser\Exceptions\LexerException;
+use PhpMyAdmin\SqlParser\Lexer;
+use PhpMyAdmin\SqlParser\Tests\TestCase;
class LexerTest extends TestCase
{
@@ -34,7 +34,7 @@ class LexerTest extends TestCase
}
/**
- * @expectedException \SqlParser\Exceptions\LexerException
+ * @expectedException \PhpMyAdmin\SqlParser\Exceptions\LexerException
* @expectedExceptionMessage strict error
* @expectedExceptionCode 4
*/