summaryrefslogtreecommitdiffstats
path: root/tests/Parser/CreateStatementTest.php
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-07-15 16:46:40 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-15 16:46:40 +0300
commit56ce2d7a37a1ed1d6aabf2b7908ae5da43863497 (patch)
tree86e013988fcf31139aa0ffb7396df227e7b1e0a6 /tests/Parser/CreateStatementTest.php
parent875fd4377a920e9d6e10a752cf96735c9ef41230 (diff)
downloadsql-parser-56ce2d7a37a1ed1d6aabf2b7908ae5da43863497.zip
sql-parser-56ce2d7a37a1ed1d6aabf2b7908ae5da43863497.tar.gz
sql-parser-56ce2d7a37a1ed1d6aabf2b7908ae5da43863497.tar.bz2
Better error detection. Fixed some of the old messages.
Minor coding style fixes.
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 9f56a6b..9a51540 100644
--- a/tests/Parser/CreateStatementTest.php
+++ b/tests/Parser/CreateStatementTest.php
@@ -27,6 +27,7 @@ class CreateStatementTest extends TestCase
array('parseCreateTable2'),
array('parseCreateTable3'),
array('parseCreateTableErr1'),
+ array('parseCreateTableErr2'),
array('parseCreateTrigger'),
array('parseCreateUser'),
array('parseCreateView'),