Merge "Warn if stateful ParserOutput transforms are used"
[lhc/web/wiklou.git] / tests / phpunit / maintenance / BenchmarkerTest.php
index 83e39cb..0b8d0d9 100644 (file)
@@ -3,6 +3,7 @@
 namespace MediaWiki\Tests\Maintenance;
 
 use Benchmarker;
+use MediaWikiCoversValidator;
 use PHPUnit_Framework_TestCase;
 use Wikimedia\TestingAccessWrapper;
 
@@ -11,6 +12,8 @@ use Wikimedia\TestingAccessWrapper;
  */
 class BenchmarkerTest extends PHPUnit_Framework_TestCase {
 
+       use MediaWikiCoversValidator;
+
        public function testBenchSimple() {
                $bench = $this->getMockBuilder( Benchmarker::class )
                        ->setMethods( [ 'execute', 'output' ] )