diff options
-rw-r--r-- | tests/Parser/CreateStatementTest.php | 1 |
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'), |