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