summaryrefslogtreecommitdiffstats
path: root/tests/Misc/UtfStringTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Misc/UtfStringTest.php')
-rw-r--r--tests/Misc/UtfStringTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Misc/UtfStringTest.php b/tests/Misc/UtfStringTest.php
index 4c66654..7fc2bda 100644
--- a/tests/Misc/UtfStringTest.php
+++ b/tests/Misc/UtfStringTest.php
@@ -1,9 +1,9 @@
<?php
-namespace SqlParser\Tests\Misc;
+namespace PhpMyAdmin\SqlParser\Tests\Misc;
-use SqlParser\UtfString;
-use SqlParser\Tests\TestCase;
+use PhpMyAdmin\SqlParser\UtfString;
+use PhpMyAdmin\SqlParser\Tests\TestCase;
class UtfStringTest extends TestCase
{