aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php')
-rw-r--r--tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php b/tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php
index f6cf58b6de51..44ddef87b63a 100644
--- a/tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php
+++ b/tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php
@@ -9,8 +9,8 @@ use MediaWiki\Title\Title;
*
* @group large
* @group Database
- * @covers ImportStreamSource
- * @covers ImportReporter
+ * @covers \ImportStreamSource
+ * @covers \ImportReporter
*
* @author mwjames
*/