summaryrefslogtreecommitdiffstats
path: root/tests/parser/CreateStatementTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser/CreateStatementTest.php')
-rw-r--r--tests/parser/CreateStatementTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/parser/CreateStatementTest.php b/tests/parser/CreateStatementTest.php
index edd71fe..8f8c43a 100644
--- a/tests/parser/CreateStatementTest.php
+++ b/tests/parser/CreateStatementTest.php
@@ -19,10 +19,14 @@ class CreateStatementTest extends TestCase
{
return array(
array('parseCreateTable'),
+ array('parseCreateTable2'),
+ array('parseCreateTableErr1'),
array('parseCreateProcedure'),
array('parseCreateProcedure2'),
array('parseCreateFunction'),
array('parseCreateFunctionErr1'),
+ array('parseCreateFunctionErr2'),
+ array('parseCreateUser'),
);
}
}