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

/**
 * @group ContentHandler
 * @group Database
 * @group medium
 */
class WikiPageNoContentHandlerDbTest extends WikiPageDbTestBase {

	protected function getContentHandlerUseDB() {
		return false;
	}

}