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 @@
10
10
$globalSet = array(
11
11
'wgLegacyEncoding' => false,
12
12
'wgCompressRevisions' => false,
13
- 'wgInputEncoding' => 'utf-8',
14
- 'wgOutputEncoding' => 'utf-8' );
13
+ );
15
14
foreach ( $globalSet as $var => $data ) {
16
15
$this->saveGlobals[$var] = $GLOBALS[$var];
17
16
$GLOBALS[$var] = $data;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r87589
Kill off the long deprecated $wgInputEncoding and $wgOutputEncoding globals
reedy
22:09, 6 May 2011
Status & tagging log
21:21, 25 May 2011
Platonides
(
talk
|
contribs
)
changed the
status
of r88158
[
removed:
new
added:
ok]