MediaWiki REL1_32
WikiPageMcrWriteBothDbTest.php
Go to the documentation of this file.
1<?php
2use MediaWiki\Tests\Revision\McrWriteBothSchemaOverride;
3
16
17 use McrWriteBothSchemaOverride;
18
19 protected function getContentHandlerUseDB() {
20 return true;
21 }
22
23}
Tests WikiPage against the intermediate MCR DB schema for use during schema migration.