X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfileOpPerfTest.php;h=a60942fb0ee0f6f5a80eec0786b2775846566f2c;hb=44ef9dd254ef345f77a9a023fd51b44c212b0870;hp=4b6c619414f11850f1e3e2df3d46da1455d233c0;hpb=a553dcbd3b6e14a8069a2c33ff9c3fecdf661452;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;