aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/content/JsonContentHandlerIntegrationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/content/JsonContentHandlerIntegrationTest.php')
-rw-r--r--tests/phpunit/includes/content/JsonContentHandlerIntegrationTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit/includes/content/JsonContentHandlerIntegrationTest.php b/tests/phpunit/includes/content/JsonContentHandlerIntegrationTest.php
index 9b91214e1721..64aff22243b2 100644
--- a/tests/phpunit/includes/content/JsonContentHandlerIntegrationTest.php
+++ b/tests/phpunit/includes/content/JsonContentHandlerIntegrationTest.php
@@ -58,7 +58,7 @@ class JsonContentHandlerIntegrationTest extends MediaWikiLangTestCase {
/**
* @dataProvider provideDataAndParserText
- * @covers JsonContentHandler::fillParserOutput
+ * @covers \JsonContentHandler::fillParserOutput
*/
public function testFillParserOutput( $data, $expected ) {
if ( !is_string( $data ) ) {
@@ -79,7 +79,7 @@ class JsonContentHandlerIntegrationTest extends MediaWikiLangTestCase {
}
/**
- * @covers JsonContentHandler::validateSave
+ * @covers \JsonContentHandler::validateSave
*/
public function testValidateSave() {
$handler = new JsonContentHandler();