diff options
Diffstat (limited to 'tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php')
-rw-r--r-- | tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php | 4 |
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 */ |