summaryrefslogtreecommitdiffstats
path: root/tests/Utils/QueryTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils/QueryTest.php')
-rw-r--r--tests/Utils/QueryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php
index c835549..31e7a64 100644
--- a/tests/Utils/QueryTest.php
+++ b/tests/Utils/QueryTest.php
@@ -370,7 +370,7 @@ class QueryTest extends TestCase
'parser' => $parser,
'statement' => $parser->statements[0],
'select_expr' => array(
- 'CASE WHEN 2 IS NULL THEN "this is true" ELSE "this is false" END'
+ 'CASE WHEN 2 IS NULL THEN "this is true" ELSE "this is false" END',
),
'select_tables' => array(),
)