diff options
Diffstat (limited to 'tests/phpunit/includes/parser/ParserMethodsTest.php')
-rw-r--r-- | tests/phpunit/includes/parser/ParserMethodsTest.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/phpunit/includes/parser/ParserMethodsTest.php b/tests/phpunit/includes/parser/ParserMethodsTest.php index af44496dd854..663251ba7b5f 100644 --- a/tests/phpunit/includes/parser/ParserMethodsTest.php +++ b/tests/phpunit/includes/parser/ParserMethodsTest.php @@ -13,8 +13,8 @@ use MediaWiki\User\UserIdentityValue; /** * @group Database - * @covers Parser - * @covers BlockLevelPass + * @covers \Parser + * @covers \BlockLevelPass */ class ParserMethodsTest extends MediaWikiLangTestCase { use MockTitleTrait; @@ -151,7 +151,7 @@ class ParserMethodsTest extends MediaWikiLangTestCase { } /** - * @covers Parser + * @covers \Parser * @covers \MediaWiki\Parser\ParserOutput::getSections */ public function testGetSections() { |