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 @@
4949 }
5050
5151 function tearDown() {
52 - // destroy the users
53 -
5452 global $wgMemc;
5553 $wgMemc = null;
5654 }

Comments

#Comment by Platonides (talk | contribs)   14:36, 28 October 2010

Poor users :)

Status & tagging log