RevisionStoreDbTestBase, remove redundant needsDB override
[lhc/web/wiklou.git] / maintenance / benchmarks / bench_strtr_str_replace.php
index 55c7159..2c065f6 100644 (file)
@@ -70,5 +70,5 @@ class BenchStrtrStrReplace extends Benchmarker {
        }
 }
 
-$maintClass = 'BenchStrtrStrReplace';
+$maintClass = BenchStrtrStrReplace::class;
 require_once RUN_MAINTENANCE_IF_MAIN;