diff options
author | Dan Ungureanu <udan1107@gmail.com> | 2015-11-08 14:53:01 +0200 |
---|---|---|
committer | Dan Ungureanu <udan1107@gmail.com> | 2015-11-08 15:04:04 +0200 |
commit | 2bcf6baa8a726b859d3d36b89f28f40e2e30a847 (patch) | |
tree | f0cdf71391b5ba8e93858d032b83c94ca9f0e0d7 /tests/Components/ExpressionTest.php | |
parent | c60987f15f8732bafa28b47de542bdb525cfe128 (diff) | |
download | sql-parser-2bcf6baa8a726b859d3d36b89f28f40e2e30a847.zip sql-parser-2bcf6baa8a726b859d3d36b89f28f40e2e30a847.tar.gz sql-parser-2bcf6baa8a726b859d3d36b89f28f40e2e30a847.tar.bz2 |
Improved test coverage.
Diffstat (limited to 'tests/Components/ExpressionTest.php')
-rw-r--r-- | tests/Components/ExpressionTest.php | 2 |
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.', |