aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/export/ExportTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/export/ExportTest.php')
-rw-r--r--tests/phpunit/includes/export/ExportTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/export/ExportTest.php b/tests/phpunit/includes/export/ExportTest.php
index 3c4ee10312fd..720615a95471 100644
--- a/tests/phpunit/includes/export/ExportTest.php
+++ b/tests/phpunit/includes/export/ExportTest.php
@@ -86,7 +86,7 @@ class ExportTest extends MediaWikiLangTestCase {
ContentParseParams $cpoParams,
ParserOutput &$output
) {
- $output->setText( json_encode( $content->getNativeData() ) );
+ $output->setRawText( json_encode( $content->getNativeData() ) );
}
private function getTestContent( string $blob ): Content {