summaryrefslogtreecommitdiffstats
path: root/tests/Parser/CreateStatementTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Parser/CreateStatementTest.php')
-rw-r--r--tests/Parser/CreateStatementTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Parser/CreateStatementTest.php b/tests/Parser/CreateStatementTest.php
index 479482f..9a9350d 100644
--- a/tests/Parser/CreateStatementTest.php
+++ b/tests/Parser/CreateStatementTest.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 CreateStatementTest extends TestCase
{