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.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Parser/CreateStatementTest.php b/tests/Parser/CreateStatementTest.php
index 69df835..6f8b71b 100644
--- a/tests/Parser/CreateStatementTest.php
+++ b/tests/Parser/CreateStatementTest.php
@@ -41,6 +41,8 @@ class CreateStatementTest extends TestCase
array('parser/parseCreateUser'),
array('parser/parseCreateView'),
array('parser/parseCreateView2'),
+ array('parser/parseCreateViewWithoutQuotes'),
+ array('parser/parseCreateViewWithQuotes'),
);
}
}