summaryrefslogtreecommitdiff
path: root/www/wiki/tests/phpunit/includes/RevisionContentHandlerDbTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/tests/phpunit/includes/RevisionContentHandlerDbTest.php')
-rw-r--r--www/wiki/tests/phpunit/includes/RevisionContentHandlerDbTest.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/wiki/tests/phpunit/includes/RevisionContentHandlerDbTest.php b/www/wiki/tests/phpunit/includes/RevisionContentHandlerDbTest.php
new file mode 100644
index 00000000..fa0153d3
--- /dev/null
+++ b/www/wiki/tests/phpunit/includes/RevisionContentHandlerDbTest.php
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ * @group Database
+ * @group medium
+ * @group ContentHandler
+ */
+class RevisionContentHandlerDbTest extends RevisionDbTestBase {
+
+ protected function getContentHandlerUseDB() {
+ return true;
+ }
+
+}