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 @@
33
33
* @category UnitTesting
34
34
* @package Fundraising_QueueHandling
35
35
*/
36
-abstract class DonationInterfaceTestCase extends MediaWikiTestCase
36
+abstract class DonationInterfaceTestCase extends PHPUnit_Framework_TestCase
37
37
{
38
38
}
Status & tagging log
22:39, 7 October 2011
Awjrichards
(
talk
|
contribs
)
changed the
status
of r98832
[
removed:
new
added:
ok]