r88158 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88157‎ | r88158 | r88159 >
Date:12:09, 15 May 2011
Author:hashar
Status:ok
Tags:
Comment:
In tests, remove references to wgInputEncoding and wgOutputEncoding

Those globals are no more used as of r87589
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/RevisionTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/RevisionTest.php
@@ -9,8 +9,7 @@
1010 $globalSet = array(
1111 'wgLegacyEncoding' => false,
1212 'wgCompressRevisions' => false,
13 - 'wgInputEncoding' => 'utf-8',
14 - 'wgOutputEncoding' => 'utf-8' );
 13+ );
1514 foreach ( $globalSet as $var => $data ) {
1615 $this->saveGlobals[$var] = $GLOBALS[$var];
1716 $GLOBALS[$var] = $data;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87589Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globalsreedy22:09, 6 May 2011

Status & tagging log