diff options
author | Michal Čihař <michal@cihar.com> | 2017-07-12 16:07:28 +0200 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2017-07-12 16:07:28 +0200 |
commit | aa59439bb8e0f9980fce2c0d98706909436cfe96 (patch) | |
tree | b35a5f9d07511ce41f368a9a7501d4cd8778db01 /tests | |
parent | 8a6ce5ccbfb723000dc6d4f6359d424153937b45 (diff) | |
download | sql-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.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'), |