diff options
Diffstat (limited to 'tests/phpunit/includes/content/TextContentHandlerIntegrationTest.php')
-rw-r--r-- | tests/phpunit/includes/content/TextContentHandlerIntegrationTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/content/TextContentHandlerIntegrationTest.php b/tests/phpunit/includes/content/TextContentHandlerIntegrationTest.php index 8d13f4b3a6f8..25148db47710 100644 --- a/tests/phpunit/includes/content/TextContentHandlerIntegrationTest.php +++ b/tests/phpunit/includes/content/TextContentHandlerIntegrationTest.php @@ -28,7 +28,7 @@ class TextContentHandlerIntegrationTest extends MediaWikiLangTestCase { /** * @dataProvider provideGetParserOutput - * @covers TextContentHandler::fillParserOutput + * @covers \TextContentHandler::fillParserOutput */ public function testGetParserOutput( $title, $model, $text, $expectedHtml, $expectedFields = null, $parserOptions = null |