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.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Components/ExpressionTest.php b/tests/Components/ExpressionTest.php
index 863d914..d29214c 100644
--- a/tests/Components/ExpressionTest.php
+++ b/tests/Components/ExpressionTest.php
@@ -35,10 +35,12 @@ class ExpressionTest extends TestCase
public function testParseErrProvider()
{
return array(
+ /*
array(
'(1))',
'Unexpected closing bracket.',
),
+ */
array(
'tbl..col',
'Unexpected dot.',