Fix 'Tags' padding to keep it farther from the edge and document the source of the...
[lhc/web/wiklou.git] / tests / phpunit / includes / page / WikiPageNoContentHandlerDbTest.php
1 <?php
2
3 /**
4 * @group ContentHandler
5 * @group Database
6 * @group medium
7 */
8 class WikiPageNoContentHandlerDbTest extends WikiPageDbTestBase {
9
10 protected function getContentHandlerUseDB() {
11 return false;
12 }
13
14 }