summaryrefslogtreecommitdiffstats
path: root/tools/TestGenerator.php
diff options
context:
space:
mode:
Diffstat (limited to 'tools/TestGenerator.php')
-rw-r--r--tools/TestGenerator.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/TestGenerator.php b/tools/TestGenerator.php
index b4820ce..e802343 100644
--- a/tools/TestGenerator.php
+++ b/tools/TestGenerator.php
@@ -1,11 +1,11 @@
<?php
-namespace SqlParser\Tools;
+namespace PhpMyAdmin\SqlParser\Tools;
require_once '../vendor/autoload.php';
-use SqlParser\Lexer;
-use SqlParser\Parser;
+use PhpMyAdmin\SqlParser\Lexer;
+use PhpMyAdmin\SqlParser\Parser;
/**
* Used for test generation.