MediaWiki REL1_32
WikiPageMcrDbTest.php
Go to the documentation of this file.
1<?php
2
3use MediaWiki\Tests\Revision\McrSchemaOverride;
4
17
18 use McrSchemaOverride;
19
20 public function setUp() {
21 parent::setUp();
22 }
23
24 protected function getContentHandlerUseDB() {
25 return true;
26 }
27
28}
Tests WikiPage against the MCR DB schema after schema migration.