Merge "Warn if stateful ParserOutput transforms are used"
[lhc/web/wiklou.git] / tests / phpunit / maintenance / BenchmarkerTest.php
index ec570e2..0b8d0d9 100644 (file)
@@ -1,5 +1,10 @@
 <?php
 
+namespace MediaWiki\Tests\Maintenance;
+
+use Benchmarker;
+use MediaWikiCoversValidator;
+use PHPUnit_Framework_TestCase;
 use Wikimedia\TestingAccessWrapper;
 
 /**