X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fmaintenance%2FBenchmarkerTest.php;h=c15d789d0ee8e067a933b98b138eadd6bcefa19f;hb=e3836e132b5b930d566717582c14a59a2a7ad128;hp=69f98bdd00d3c1cabd1691b5af0421c425c908be;hpb=ffaf2020c4154d79fb954c1676f482e408ba503c;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/maintenance/BenchmarkerTest.php b/tests/phpunit/maintenance/BenchmarkerTest.php index 69f98bdd00..c15d789d0e 100644 --- a/tests/phpunit/maintenance/BenchmarkerTest.php +++ b/tests/phpunit/maintenance/BenchmarkerTest.php @@ -1,11 +1,18 @@ getMockBuilder( Benchmarker::class ) ->setMethods( [ 'execute', 'output' ] )