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