X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Fmctest.php;h=243f97c20eedce2104866327863091a5a6422736;hb=2f9cfa3d26fd11e4d816502df9f3e4a68b5bc4c4;hp=eda101e76cb1e270aa81a61a95c95d8d37cb38a3;hpb=c93a33559f65e185dc07d823a2dbfb3ff77392fe;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/mctest.php b/maintenance/mctest.php index eda101e76c..243f97c20e 100644 --- a/maintenance/mctest.php +++ b/maintenance/mctest.php @@ -30,7 +30,7 @@ require_once __DIR__ . '/Maintenance.php'; * * @ingroup Maintenance */ -class mcTest extends Maintenance { +class McTest extends Maintenance { public function __construct() { parent::__construct(); $this->mDescription = "Makes several 'set', 'incr' and 'get' requests on every" @@ -111,5 +111,5 @@ class mcTest extends Maintenance { } } -$maintClass = "mcTest"; +$maintClass = "McTest"; require_once RUN_MAINTENANCE_IF_MAIN;