summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-07-12 16:07:28 +0200
committerMichal Čihař <michal@cihar.com>2017-07-12 16:07:28 +0200
commitaa59439bb8e0f9980fce2c0d98706909436cfe96 (patch)
treeb35a5f9d07511ce41f368a9a7501d4cd8778db01 /tests
parent8a6ce5ccbfb723000dc6d4f6359d424153937b45 (diff)
downloadsql-parser-aa59439bb8e0f9980fce2c0d98706909436cfe96.zip
sql-parser-aa59439bb8e0f9980fce2c0d98706909436cfe96.tar.gz
sql-parser-aa59439bb8e0f9980fce2c0d98706909436cfe96.tar.bz2
Actually run new test
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'tests')
-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 de785dd..1e187cd 100644
--- a/tests/Parser/CreateStatementTest.php
+++ b/tests/Parser/CreateStatementTest.php
@@ -22,6 +22,7 @@ class CreateStatementTest extends TestCase
array('parser/parseCreateFunction'),
array('parser/parseCreateFunctionErr1'),
array('parser/parseCreateFunctionErr2'),
+ array('parser/parseCreateFunctionErr3'),
array('parser/parseCreateProcedure'),
array('parser/parseCreateProcedure2'),
array('parser/parseCreateTable'),