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.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Parser/ReplaceStatementTest.php b/tests/Parser/ReplaceStatementTest.php
index 8556a3c..915ee85 100644
--- a/tests/Parser/ReplaceStatementTest.php
+++ b/tests/Parser/ReplaceStatementTest.php
@@ -20,6 +20,10 @@ class ReplaceStatementTest extends TestCase
return array(
array('parser/parseReplace'),
array('parser/parseReplace2'),
+ array('parser/parseReplaceValues'),
+ array('parser/parseReplaceSet'),
+ array('parser/parseReplaceSelect'),
+ array('parser/parseReplaceErr'),
);
}
}