summaryrefslogtreecommitdiffstats
path: root/tests/Parser/CreateStatementTest.php
diff options
context:
space:
mode:
authorDeven Bansod <devenbansod.bits@gmail.com>2016-09-07 17:47:13 +0530
committerDeven Bansod <devenbansod.bits@gmail.com>2016-09-07 17:47:13 +0530
commitf3c9e5519952a4be11a7fd6ebdc7a70020e01b1c (patch)
treee5d885ecb038f0168f5d1310bd52cb9e11b76fe3 /tests/Parser/CreateStatementTest.php
parent905cc3fed2372959f6adc6d1690b8aedc1671f9c (diff)
downloadsql-parser-f3c9e5519952a4be11a7fd6ebdc7a70020e01b1c.zip
sql-parser-f3c9e5519952a4be11a7fd6ebdc7a70020e01b1c.tar.gz
sql-parser-f3c9e5519952a4be11a7fd6ebdc7a70020e01b1c.tar.bz2
Added test case for missing LIKE expr and building of query
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'tests/Parser/CreateStatementTest.php')
-rw-r--r--tests/Parser/CreateStatementTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Parser/CreateStatementTest.php b/tests/Parser/CreateStatementTest.php
index c9b4e45..758e5c4 100644
--- a/tests/Parser/CreateStatementTest.php
+++ b/tests/Parser/CreateStatementTest.php
@@ -29,6 +29,7 @@ class CreateStatementTest extends TestCase
array('parser/parseCreateTable4'),
array('parser/parseCreateTableErr1'),
array('parser/parseCreateTableErr2'),
+ array('parser/parseCreateTableErr3'),
array('parser/parseCreateTableSelect'),
array('parser/parseCreateTableAsSelect'),
array('parser/parseCreateTableLike'),