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