diff options
Diffstat (limited to 'tests/phpunit/includes/parser/ParserMethodsTest.php')
-rw-r--r-- | tests/phpunit/includes/parser/ParserMethodsTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/parser/ParserMethodsTest.php b/tests/phpunit/includes/parser/ParserMethodsTest.php index 627372436883..267976aff5f2 100644 --- a/tests/phpunit/includes/parser/ParserMethodsTest.php +++ b/tests/phpunit/includes/parser/ParserMethodsTest.php @@ -22,7 +22,7 @@ use MockTitleTrait; /** * @group Database * @covers \MediaWiki\Parser\Parser - * @covers \BlockLevelPass + * @covers \MediaWiki\Parser\BlockLevelPass */ class ParserMethodsTest extends MediaWikiLangTestCase { use MockTitleTrait; |