summaryrefslogtreecommitdiffstats
path: root/tests/Parser
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2016-09-13 10:36:43 +0200
committerMichal Čihař <michal@cihar.com>2016-09-13 10:36:43 +0200
commit5aa31e9b72db1ccbf7cbbd15e02757cdafc7b107 (patch)
tree5c52bbba684728c0249b2a48dc35005b0b9cb608 /tests/Parser
parente78cf11ca60ff3d576627bfc9e3f8969523b2435 (diff)
parent3b29e76eccbf467004349157deb9121fac067f22 (diff)
downloadsql-parser-5aa31e9b72db1ccbf7cbbd15e02757cdafc7b107.zip
sql-parser-5aa31e9b72db1ccbf7cbbd15e02757cdafc7b107.tar.gz
sql-parser-5aa31e9b72db1ccbf7cbbd15e02757cdafc7b107.tar.bz2
Merge remote-tracking branch 'origin/pull/70'
Diffstat (limited to 'tests/Parser')
-rw-r--r--tests/Parser/CreateStatementTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Parser/CreateStatementTest.php b/tests/Parser/CreateStatementTest.php
index deeb6aa..7918029 100644
--- a/tests/Parser/CreateStatementTest.php
+++ b/tests/Parser/CreateStatementTest.php
@@ -27,9 +27,11 @@ class CreateStatementTest extends TestCase
array('parser/parseCreateTable2'),
array('parser/parseCreateTable3'),
array('parser/parseCreateTable4'),
+ array('parser/parseCreateTable5'),
array('parser/parseCreateTableErr1'),
array('parser/parseCreateTableErr2'),
array('parser/parseCreateTableErr3'),
+ array('parser/parseCreateTableErr4'),
array('parser/parseCreateTableSelect'),
array('parser/parseCreateTableAsSelect'),
array('parser/parseCreateTableLike'),