summaryrefslogtreecommitdiffstats
path: root/tests/Parser/InsertStatementTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Parser/InsertStatementTest.php')
-rw-r--r--tests/Parser/InsertStatementTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Parser/InsertStatementTest.php b/tests/Parser/InsertStatementTest.php
index b5722f7..88617c0 100644
--- a/tests/Parser/InsertStatementTest.php
+++ b/tests/Parser/InsertStatementTest.php
@@ -22,6 +22,7 @@ class InsertStatementTest extends TestCase
array('parser/parseInsertSelect'),
array('parser/parseInsertOnDuplicateKey'),
array('parser/parseInsertSetOnDuplicateKey'),
+ array('parser/parseInsertSelectOnDuplicateKey'),
array('parser/parseInsertOnDuplicateKeyErr'),
);
}