summaryrefslogtreecommitdiffstats
path: root/tests/Parser/ExplainStatement.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Parser/ExplainStatement.php')
-rw-r--r--tests/Parser/ExplainStatement.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Parser/ExplainStatement.php b/tests/Parser/ExplainStatement.php
index a8581be..3f25a39 100644
--- a/tests/Parser/ExplainStatement.php
+++ b/tests/Parser/ExplainStatement.php
@@ -1,8 +1,8 @@
<?php
-namespace SqlParser\Tests\Parser;
+namespace PhpMyAdmin\SqlParser\Tests\Parser;
-use SqlParser\Tests\TestCase;
+use PhpMyAdmin\SqlParser\Tests\TestCase;
class ExplainStatementTest extends TestCase
{