diff options
Diffstat (limited to 'tests/phpunit/includes/content/WikitextContentHandlerIntegrationTest.php')
-rw-r--r-- | tests/phpunit/includes/content/WikitextContentHandlerIntegrationTest.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/phpunit/includes/content/WikitextContentHandlerIntegrationTest.php b/tests/phpunit/includes/content/WikitextContentHandlerIntegrationTest.php index 7f1f948bdd8a..a6f9118cab3a 100644 --- a/tests/phpunit/includes/content/WikitextContentHandlerIntegrationTest.php +++ b/tests/phpunit/includes/content/WikitextContentHandlerIntegrationTest.php @@ -213,7 +213,7 @@ class WikitextContentHandlerIntegrationTest extends TextContentHandlerIntegratio /** * @dataProvider provideGetParserOutput - * @covers WikitextContentHandler::fillParserOutput + * @covers \WikitextContentHandler::fillParserOutput */ public function testGetParserOutput( $title, $model, $text, $expectedHtml, $expectedFields = null, $options = null @@ -241,8 +241,8 @@ class WikitextContentHandlerIntegrationTest extends TextContentHandlerIntegratio * @param LinkTarget $target * @param string $expectedWT Serialized wikitext form of the content object built * @param string $expectedTarget Expected target string in the HTML redirect - * @covers WikitextContentHandler::makeRedirectContent - * @covers WikitextContentHandler::getParserOutput + * @covers \WikitextContentHandler::makeRedirectContent + * @covers \WikitextContentHandler::getParserOutput */ public function testMakeRedirectContent( LinkTarget $target, string $expectedWT, string $expectedTarget ) { $this->getServiceContainer()->resetServiceForTesting( 'ContentLanguage' ); |