r63656 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r63655
|
r63656
|
r63657
>
Date:
22:40, 12 March 2010
Author:
demon
Status:
resolved (
Comments
)
Tags:
Comment:
Remove include for test, not necessary due to Autoloader :D
Modified paths:
/trunk/phase3/maintenance/tests/SanitizerTest.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/tests/SanitizerTest.php
—
—
@@ -1,8 +1,5 @@
2
2
<?php
3
3
4
-global $IP;
5
-require_once( "$IP/includes/Sanitizer.php" );
6
-
7
4
class SanitizerTest extends PHPUnit_Framework_TestCase {
8
5
9
6
function testDecodeNamedEntities() {
Follow-up revisions
Revision
Commit summary
Author
Date
r63659
Backport
r63656
,
r63658
to REL1_16
demon
22:59, 12 March 2010
Comments
#
Comment by
Tim Starling
(
talk
|
contribs
)
23:02, 12 March 2010
Constant reference fixed in
r63658
.
Status & tagging log
23:02, 12 March 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r63656
[
removed:
new
added:
resolved]