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

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

	protected function getContentHandlerUseDB() {
		return false;
	}

}