Declare LogFormatter::$parsedParameters property
[lhc/web/wiklou.git] / maintenance / benchmarks / bench_strtr_str_replace.php
index 276e666..2c065f6 100644 (file)
@@ -51,7 +51,6 @@ class BenchStrtrStrReplace extends Benchmarker {
                        [ 'function' => [ $this, 'benchstrtr_indirect' ] ],
                        [ 'function' => [ $this, 'benchstr_replace_indirect' ] ],
                ] );
-               $this->output( $this->getFormattedResults() );
        }
 
        protected function benchstrtr() {
@@ -71,5 +70,5 @@ class BenchStrtrStrReplace extends Benchmarker {
        }
 }
 
-$maintClass = 'BenchStrtrStrReplace';
+$maintClass = BenchStrtrStrReplace::class;
 require_once RUN_MAINTENANCE_IF_MAIN;