Merge "Improve return types in class MagicWordArray"
[lhc/web/wiklou.git] / tests / phpunit / includes / import / ImportLinkCacheIntegrationTest.php
index 076924c..7d1d1a2 100644 (file)
@@ -1,12 +1,15 @@
 <?php
+
 use MediaWiki\MediaWikiServices;
 
 /**
  * Integration test that checks import success and
  * LinkCache integration.
  *
- * @group medium
+ * @group large
  * @group Database
+ * @covers ImportStreamSource
+ * @covers ImportReporter
  *
  * @author mwjames
  */