MediaWiki master
FakeMaintenance.php
Go to the documentation of this file.
1<?php
8
16 protected $mSelf = "FakeMaintenanceScript";
17
18 public function execute() {
19 }
20}
21
23class_alias( FakeMaintenance::class, 'FakeMaintenance' );
Fake maintenance wrapper, mostly used for the web installer/updater.
Abstract maintenance class for quickly writing and churning out maintenance scripts with minimal effo...
Update the CREDITS list by merging in the list of git commit authors.