summaryrefslogtreecommitdiffstats
path: root/tests/Components/ExpressionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Components/ExpressionTest.php')
-rw-r--r--tests/Components/ExpressionTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Components/ExpressionTest.php b/tests/Components/ExpressionTest.php
index f56384c..8e51e01 100644
--- a/tests/Components/ExpressionTest.php
+++ b/tests/Components/ExpressionTest.php
@@ -39,10 +39,10 @@ class ExpressionTest extends TestCase
{
return [
/*
- array(
+ [
'(1))',
'Unexpected closing bracket.',
- ),
+ ],
*/
[
'tbl..col',