diff options
Diffstat (limited to 'tests/Parser/RestoreStatementTest.php')
-rw-r--r-- | tests/Parser/RestoreStatementTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Parser/RestoreStatementTest.php b/tests/Parser/RestoreStatementTest.php index cee72e3..64fe03b 100644 --- a/tests/Parser/RestoreStatementTest.php +++ b/tests/Parser/RestoreStatementTest.php @@ -1,8 +1,8 @@ <?php -namespace SqlParser\Tests\Parser; +namespace PhpMyAdmin\SqlParser\Tests\Parser; -use SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Tests\TestCase; class RestoreStatementTest extends TestCase { |