summaryrefslogtreecommitdiffstats
path: root/tests/Parser/ReplaceStatementTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Parser/ReplaceStatementTest.php')
-rw-r--r--tests/Parser/ReplaceStatementTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Parser/ReplaceStatementTest.php b/tests/Parser/ReplaceStatementTest.php
index 915ee85..2bc85ec 100644
--- a/tests/Parser/ReplaceStatementTest.php
+++ b/tests/Parser/ReplaceStatementTest.php
@@ -24,6 +24,9 @@ class ReplaceStatementTest extends TestCase
array('parser/parseReplaceSet'),
array('parser/parseReplaceSelect'),
array('parser/parseReplaceErr'),
+ array('parser/parseReplaceErr2'),
+ array('parser/parseReplaceErr3'),
+ array('parser/parseReplaceIntoErr'),
);
}
}