summaryrefslogtreecommitdiffstats
path: root/tests/Parser
diff options
context:
space:
mode:
authorDeven Bansod <devenbansod.bits@gmail.com>2016-09-07 14:18:10 +0530
committerDeven Bansod <devenbansod.bits@gmail.com>2016-09-07 14:18:10 +0530
commit905cc3fed2372959f6adc6d1690b8aedc1671f9c (patch)
tree4fd6624360382d1a055977e6648eb761eb5f9412 /tests/Parser
parent8962fde2a1ec623ff450531677be4d84b20f6743 (diff)
downloadsql-parser-905cc3fed2372959f6adc6d1690b8aedc1671f9c.zip
sql-parser-905cc3fed2372959f6adc6d1690b8aedc1671f9c.tar.gz
sql-parser-905cc3fed2372959f6adc6d1690b8aedc1671f9c.tar.bz2
Added a testcase for CREATE TABLE .. LIKE 'old_table'
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'tests/Parser')
-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 2dcc9a9..c9b4e45 100644
--- a/tests/Parser/CreateStatementTest.php
+++ b/tests/Parser/CreateStatementTest.php
@@ -31,6 +31,7 @@ class CreateStatementTest extends TestCase
array('parser/parseCreateTableErr2'),
array('parser/parseCreateTableSelect'),
array('parser/parseCreateTableAsSelect'),
+ array('parser/parseCreateTableLike'),
array('parser/parseCreateTrigger'),
array('parser/parseCreateUser'),
array('parser/parseCreateView'),