r75606 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r75605
|
r75606
|
r75607
>
Date:
04:43, 28 October 2010
Author:
neilk
Status:
ok (
Comments
)
Tags:
Comment:
we can't actually destroy the users
Modified paths:
/branches/uploadwizard/phase3/maintenance/tests/phpunit/includes/api/ApiUploadTest.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/uploadwizard/phase3/maintenance/tests/phpunit/includes/api/ApiUploadTest.php
—
—
@@ -48,8 +48,6 @@
49
49
}
50
50
51
51
function tearDown() {
52
- // destroy the users
53
-
54
52
global $wgMemc;
55
53
$wgMemc = null;
56
54
}
Comments
#
Comment by
Platonides
(
talk
|
contribs
)
14:36, 28 October 2010
Poor users :)
Status & tagging log
14:36, 28 October 2010
Platonides
(
talk
|
contribs
)
changed the
status
of r75606
[
removed:
new
added:
ok]