summaryrefslogtreecommitdiffstats
path: root/tests/parser/CreateStatementTest.php
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-06-23 22:28:02 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-06-23 22:28:02 +0300
commit2915c61f6338143e5196373eb0e9978962a74c85 (patch)
tree378582aa5de893a73da818fc65e265d997331b98 /tests/parser/CreateStatementTest.php
parent22f167b6fe82809c33e49a3a23dd500178282985 (diff)
downloadsql-parser-2915c61f6338143e5196373eb0e9978962a74c85.zip
sql-parser-2915c61f6338143e5196373eb0e9978962a74c85.tar.gz
sql-parser-2915c61f6338143e5196373eb0e9978962a74c85.tar.bz2
Refactoring.
Improved tests and documentation.
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'),
);
}
}