X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfileOpPerfTest.php;h=a60942fb0ee0f6f5a80eec0786b2775846566f2c;hb=8af9c78c85b532743421507bc02b1c0d21757116;hp=4b6c619414f11850f1e3e2df3d46da1455d233c0;hpb=4718aa105c597420f13d651f357f9aed705eb6a7;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/fileOpPerfTest.php b/maintenance/fileOpPerfTest.php index 4b6c619414..a60942fb0e 100644 --- a/maintenance/fileOpPerfTest.php +++ b/maintenance/fileOpPerfTest.php @@ -141,5 +141,5 @@ class TestFileOpPerformance extends Maintenance { } } -$maintClass = "TestFileOpPerformance"; +$maintClass = TestFileOpPerformance::class; require_once RUN_MAINTENANCE_IF_MAIN;