summaryrefslogtreecommitdiffstats
path: root/tests/TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestCase.php')
-rw-r--r--tests/TestCase.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/TestCase.php b/tests/TestCase.php
index 712bf97..a3bde76 100644
--- a/tests/TestCase.php
+++ b/tests/TestCase.php
@@ -4,11 +4,11 @@
* Bootstrap for tests.
*/
-namespace SqlParser\Tests;
+namespace PhpMyAdmin\SqlParser\Tests;
-use SqlParser\Lexer;
-use SqlParser\Parser;
-use SqlParser\TokensList;
+use PhpMyAdmin\SqlParser\Lexer;
+use PhpMyAdmin\SqlParser\Parser;
+use PhpMyAdmin\SqlParser\TokensList;
/**
* Implements useful methods for testing.