MediaWiki  REL1_24
MockApiQueryBase.php
Go to the documentation of this file.
00001 <?php
00002 class MockApiQueryBase extends ApiQueryBase {
00003     public function execute() {
00004     }
00005 
00006     public function getVersion() {
00007     }
00008 
00009     public function __construct() {
00010     }
00011 }