summaryrefslogtreecommitdiffstats
path: root/tests/Parser/ParserTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Parser/ParserTest.php')
-rw-r--r--tests/Parser/ParserTest.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/Parser/ParserTest.php b/tests/Parser/ParserTest.php
index 0d0cd97..9de423a 100644
--- a/tests/Parser/ParserTest.php
+++ b/tests/Parser/ParserTest.php
@@ -1,12 +1,12 @@
<?php
-namespace SqlParser\Tests\Parser;
+namespace PhpMyAdmin\SqlParser\Tests\Parser;
-use SqlParser\Exceptions\ParserException;
-use SqlParser\Parser;
-use SqlParser\Token;
-use SqlParser\TokensList;
-use SqlParser\Tests\TestCase;
+use PhpMyAdmin\SqlParser\Exceptions\ParserException;
+use PhpMyAdmin\SqlParser\Parser;
+use PhpMyAdmin\SqlParser\Token;
+use PhpMyAdmin\SqlParser\TokensList;
+use PhpMyAdmin\SqlParser\Tests\TestCase;
class ParserTest extends TestCase
{
@@ -66,7 +66,7 @@ class ParserTest extends TestCase
}
/**
- * @expectedException \SqlParser\Exceptions\ParserException
+ * @expectedException \PhpMyAdmin\SqlParser\Exceptions\ParserException
* @expectedExceptionMessage strict error
* @expectedExceptionCode 3
*/