summaryrefslogtreecommitdiffstats
path: root/tests/Parser/CreateStatementTest.php
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-07-07 02:00:28 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-07 02:43:41 +0300
commite58d23067743641529348e4a1cc93cf1c73a85a5 (patch)
tree1098e75ffaa6e0d84a4c400217ec62e6c4a923d4 /tests/Parser/CreateStatementTest.php
parent06c0a645e9d19b1f899c3883ae9b11e5c50bc31e (diff)
downloadsql-parser-e58d23067743641529348e4a1cc93cf1c73a85a5.zip
sql-parser-e58d23067743641529348e4a1cc93cf1c73a85a5.tar.gz
sql-parser-e58d23067743641529348e4a1cc93cf1c73a85a5.tar.bz2
Improved fragments. New builders available. Refactored some fields.
New query utility to extract the name of the tables used in a statement. TRUNCATE is being parsed now. CREATE parsing and building has been improved. Improved the definition of UPDATE and DELETE statements. Fixed coding style. Improved documentation and tests.
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 11bfc5e..eef8183 100644
--- a/tests/Parser/CreateStatementTest.php
+++ b/tests/Parser/CreateStatementTest.php
@@ -26,6 +26,7 @@ class CreateStatementTest extends TestCase
array('parseCreateTable'),
array('parseCreateTable2'),
array('parseCreateTableErr1'),
+ array('parseCreateTrigger'),
array('parseCreateUser'),
array('parseCreateView'),
array('parseCreateView2'),