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.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php
index 9929da1..8455dee 100644
--- a/tests/Utils/QueryTest.php
+++ b/tests/Utils/QueryTest.php
@@ -369,7 +369,8 @@ class QueryTest extends TestCase
Query::getClause(
$parser->statements[0],
$parser->list,
- 'LIMIT', 'FROM'
+ 'LIMIT',
+ 'FROM'
)
);
}