MediaWiki REL1_31
RevisionContentHandlerDbTest.php
Go to the documentation of this file.
1<?php
2
9
10 protected function getContentHandlerUseDB() {
11 return true;
12 }
13
14}
Database medium ContentHandler.
RevisionDbTestBase contains test cases for the Revision class that have Database interactions.