Index: trunk/phase3/maintenance/parserTests.inc |
— | — | @@ -1514,7 +1514,7 @@ |
1515 | 1515 | |
1516 | 1516 | $remote = $wgParserTestRemote; |
1517 | 1517 | $revId = SpecialVersion::getSvnRevision( $IP ); |
1518 | | - $jsonResults = json_encode( $results ); |
| 1518 | + $jsonResults = FormatJson::encode( $results ); |
1519 | 1519 | |
1520 | 1520 | if ( !$remote ) { |
1521 | 1521 | print "Can't do remote upload without configuring \$wgParserTestRemote!\n"; |