summaryrefslogtreecommitdiff
path: root/www/wiki/tests/phpunit/includes/RevisionContentHandlerDbTest.php
blob: fa0153d3e0e497bdee5a525f835f71063e525af0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

/**
 * @group Database
 * @group medium
 * @group ContentHandler
 */
class RevisionContentHandlerDbTest extends RevisionDbTestBase {

	protected function getContentHandlerUseDB() {
		return true;
	}

}