diff options
Diffstat (limited to 'tests/Misc/BugsTest.php')
-rw-r--r-- | tests/Misc/BugsTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Misc/BugsTest.php b/tests/Misc/BugsTest.php index 41c2f3a..3769b1f 100644 --- a/tests/Misc/BugsTest.php +++ b/tests/Misc/BugsTest.php @@ -1,7 +1,7 @@ <?php declare(strict_types=1); -namespace PhpMyAdmin\SqlParser\Tests\Parser; +namespace PhpMyAdmin\SqlParser\Tests\Misc; use PhpMyAdmin\SqlParser\Tests\TestCase; |