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