diff options
Diffstat (limited to 'tests/Components/CaseExpressionTest.php')
-rw-r--r-- | tests/Components/CaseExpressionTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Components/CaseExpressionTest.php b/tests/Components/CaseExpressionTest.php index 8746909..082c3aa 100644 --- a/tests/Components/CaseExpressionTest.php +++ b/tests/Components/CaseExpressionTest.php @@ -4,12 +4,10 @@ namespace SqlParser\Tests\Components; use SqlParser\Parser; use SqlParser\Components\CaseExpression; - use SqlParser\Tests\TestCase; class CaseExpressionTest extends TestCase { - public function testParseBuild() { $caseExprQuery = 'case 1 when 1 then "Some" else "Other" end'; |