diff options
Diffstat (limited to 'tests/phpunit/includes/parser')
-rw-r--r-- | tests/phpunit/includes/parser/ParserMethodsTest.php | 2 | ||||
-rw-r--r-- | tests/phpunit/includes/parser/ParserPreloadTest.php | 24 | ||||
-rw-r--r-- | tests/phpunit/includes/parser/PreprocessorTest.php | 20 | ||||
-rw-r--r-- | tests/phpunit/includes/parser/TagHooksTest.php | 26 |
4 files changed, 36 insertions, 36 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; diff --git a/tests/phpunit/includes/parser/ParserPreloadTest.php b/tests/phpunit/includes/parser/ParserPreloadTest.php index 12044b4565ea..77b2381f290d 100644 --- a/tests/phpunit/includes/parser/ParserPreloadTest.php +++ b/tests/phpunit/includes/parser/ParserPreloadTest.php @@ -13,19 +13,19 @@ use MediaWikiIntegrationTestCase; * @author Antoine Musso * * @covers \MediaWiki\Parser\Parser - * @covers \StripState + * @covers \MediaWiki\Parser\StripState * - * @covers \Preprocessor_Hash - * @covers \PPDStack_Hash - * @covers \PPDStackElement_Hash - * @covers \PPDPart_Hash - * @covers \PPFrame_Hash - * @covers \PPTemplateFrame_Hash - * @covers \PPCustomFrame_Hash - * @covers \PPNode_Hash_Tree - * @covers \PPNode_Hash_Text - * @covers \PPNode_Hash_Array - * @covers \PPNode_Hash_Attr + * @covers \MediaWiki\Parser\Preprocessor_Hash + * @covers \MediaWiki\Parser\PPDStack_Hash + * @covers \MediaWiki\Parser\PPDStackElement_Hash + * @covers \MediaWiki\Parser\PPDPart_Hash + * @covers \MediaWiki\Parser\PPFrame_Hash + * @covers \MediaWiki\Parser\PPTemplateFrame_Hash + * @covers \MediaWiki\Parser\PPCustomFrame_Hash + * @covers \MediaWiki\Parser\PPNode_Hash_Tree + * @covers \MediaWiki\Parser\PPNode_Hash_Text + * @covers \MediaWiki\Parser\PPNode_Hash_Array + * @covers \MediaWiki\Parser\PPNode_Hash_Attr */ class ParserPreloadTest extends MediaWikiIntegrationTestCase { /** diff --git a/tests/phpunit/includes/parser/PreprocessorTest.php b/tests/phpunit/includes/parser/PreprocessorTest.php index 4b345dde0cab..e9e17448b99b 100644 --- a/tests/phpunit/includes/parser/PreprocessorTest.php +++ b/tests/phpunit/includes/parser/PreprocessorTest.php @@ -15,16 +15,16 @@ use Wikimedia\ObjectCache\WANObjectCache; * @covers \MediaWiki\Parser\Preprocessor * * @covers \MediaWiki\Parser\Preprocessor_Hash - * @covers \PPDStack_Hash - * @covers \PPDStackElement_Hash - * @covers \PPDPart_Hash - * @covers \PPFrame_Hash - * @covers \PPTemplateFrame_Hash - * @covers \PPCustomFrame_Hash - * @covers \PPNode_Hash_Tree - * @covers \PPNode_Hash_Text - * @covers \PPNode_Hash_Array - * @covers \PPNode_Hash_Attr + * @covers \MediaWiki\Parser\PPDStack_Hash + * @covers \MediaWiki\Parser\PPDStackElement_Hash + * @covers \MediaWiki\Parser\PPDPart_Hash + * @covers \MediaWiki\Parser\PPFrame_Hash + * @covers \MediaWiki\Parser\PPTemplateFrame_Hash + * @covers \MediaWiki\Parser\PPCustomFrame_Hash + * @covers \MediaWiki\Parser\PPNode_Hash_Tree + * @covers \MediaWiki\Parser\PPNode_Hash_Text + * @covers \MediaWiki\Parser\PPNode_Hash_Array + * @covers \MediaWiki\Parser\PPNode_Hash_Attr */ class PreprocessorTest extends MediaWikiIntegrationTestCase { /** @var ParserOptions */ diff --git a/tests/phpunit/includes/parser/TagHooksTest.php b/tests/phpunit/includes/parser/TagHooksTest.php index 15f6987b72f3..333c2cde772c 100644 --- a/tests/phpunit/includes/parser/TagHooksTest.php +++ b/tests/phpunit/includes/parser/TagHooksTest.php @@ -13,20 +13,20 @@ use MediaWikiIntegrationTestCase; * @group Parser * * @covers \MediaWiki\Parser\Parser - * @covers \BlockLevelPass - * @covers \StripState + * @covers \MediaWiki\Parser\BlockLevelPass + * @covers \MediaWiki\Parser\StripState * - * @covers \Preprocessor_Hash - * @covers \PPDStack_Hash - * @covers \PPDStackElement_Hash - * @covers \PPDPart_Hash - * @covers \PPFrame_Hash - * @covers \PPTemplateFrame_Hash - * @covers \PPCustomFrame_Hash - * @covers \PPNode_Hash_Tree - * @covers \PPNode_Hash_Text - * @covers \PPNode_Hash_Array - * @covers \PPNode_Hash_Attr + * @covers \MediaWiki\Parser\Preprocessor_Hash + * @covers \MediaWiki\Parser\PPDStack_Hash + * @covers \MediaWiki\Parser\PPDStackElement_Hash + * @covers \MediaWiki\Parser\PPDPart_Hash + * @covers \MediaWiki\Parser\PPFrame_Hash + * @covers \MediaWiki\Parser\PPTemplateFrame_Hash + * @covers \MediaWiki\Parser\PPCustomFrame_Hash + * @covers \MediaWiki\Parser\PPNode_Hash_Tree + * @covers \MediaWiki\Parser\PPNode_Hash_Text + * @covers \MediaWiki\Parser\PPNode_Hash_Array + * @covers \MediaWiki\Parser\PPNode_Hash_Attr */ class TagHooksTest extends MediaWikiIntegrationTestCase { public static function provideValidNames() { |