diff options
Diffstat (limited to 'tests/Components/ExpressionArrayTest.php')
-rw-r--r-- | tests/Components/ExpressionArrayTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Components/ExpressionArrayTest.php b/tests/Components/ExpressionArrayTest.php index 3d8cd77..de80da3 100644 --- a/tests/Components/ExpressionArrayTest.php +++ b/tests/Components/ExpressionArrayTest.php @@ -4,12 +4,10 @@ namespace SqlParser\Tests\Components; use SqlParser\Parser; use SqlParser\Components\ExpressionArray; - use SqlParser\Tests\TestCase; class ExpressionArrayTest extends TestCase { - public function testParse() { $component = ExpressionArray::parse( |