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