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