diff options
Diffstat (limited to 'tests/Components/KeyTest.php')
-rw-r--r-- | tests/Components/KeyTest.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Components/KeyTest.php b/tests/Components/KeyTest.php index f6fa7b8..741f10c 100644 --- a/tests/Components/KeyTest.php +++ b/tests/Components/KeyTest.php @@ -1,10 +1,10 @@ <?php -namespace SqlParser\Tests\Components; +namespace PhpMyAdmin\SqlParser\Tests\Components; -use SqlParser\Parser; -use SqlParser\Components\Key; -use SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Parser; +use PhpMyAdmin\SqlParser\Components\Key; +use PhpMyAdmin\SqlParser\Tests\TestCase; class KeyTest extends TestCase { |