diff options
Diffstat (limited to 'tests/Utils/QueryTest.php')
-rw-r--r-- | tests/Utils/QueryTest.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php index 28b24ad..a942064 100644 --- a/tests/Utils/QueryTest.php +++ b/tests/Utils/QueryTest.php @@ -1,10 +1,10 @@ <?php -namespace SqlParser\Tests\Utils; +namespace PhpMyAdmin\SqlParser\Tests\Utils; -use SqlParser\Parser; -use SqlParser\Utils\Query; -use SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Parser; +use PhpMyAdmin\SqlParser\Utils\Query; +use PhpMyAdmin\SqlParser\Tests\TestCase; class QueryTest extends TestCase { |