r98832 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98831‎ | r98832 | r98833 >
Date:23:42, 3 October 2011
Author:jpostlethwaite
Status:ok
Tags:
Comment:
Removed dependency on MediaWikiTestCase. Using PHPUnit_Framework_TestCase instead.
Modified paths:
  • /branches/fundraising/extensions/DonationInterface/tests/DonationInterfaceTestCase.php (modified) (history)

Diff [purge]

Index: branches/fundraising/extensions/DonationInterface/tests/DonationInterfaceTestCase.php
@@ -32,6 +32,6 @@
3333 * @category UnitTesting
3434 * @package Fundraising_QueueHandling
3535 */
36 -abstract class DonationInterfaceTestCase extends MediaWikiTestCase
 36+abstract class DonationInterfaceTestCase extends PHPUnit_Framework_TestCase
3737 {
3838 }

Status & tagging log