summaryrefslogtreecommitdiffstats
path: root/tests/Components/JoinKeywordTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Components/JoinKeywordTest.php')
-rw-r--r--tests/Components/JoinKeywordTest.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Components/JoinKeywordTest.php b/tests/Components/JoinKeywordTest.php
index 95d7354..58d5849 100644
--- a/tests/Components/JoinKeywordTest.php
+++ b/tests/Components/JoinKeywordTest.php
@@ -1,10 +1,10 @@
<?php
-namespace SqlParser\Tests\Components;
+namespace PhpMyAdmin\SqlParser\Tests\Components;
-use SqlParser\Parser;
-use SqlParser\Components\JoinKeyword;
-use SqlParser\Tests\TestCase;
+use PhpMyAdmin\SqlParser\Parser;
+use PhpMyAdmin\SqlParser\Components\JoinKeyword;
+use PhpMyAdmin\SqlParser\Tests\TestCase;
class JoinKeywordTest extends TestCase
{