diff options
Diffstat (limited to 'tests/Components/ConditionTest.php')
-rw-r--r-- | tests/Components/ConditionTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Components/ConditionTest.php b/tests/Components/ConditionTest.php index 317f24e..27c6a4f 100644 --- a/tests/Components/ConditionTest.php +++ b/tests/Components/ConditionTest.php @@ -2,8 +2,8 @@ namespace PhpMyAdmin\SqlParser\Tests\Components; -use PhpMyAdmin\SqlParser\Parser; use PhpMyAdmin\SqlParser\Components\Condition; +use PhpMyAdmin\SqlParser\Parser; use PhpMyAdmin\SqlParser\Tests\TestCase; class ConditionTest extends TestCase |