r98913 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98912‎ | r98913 | r98914 >
Date:20:52, 4 October 2011
Author:jpostlethwaite
Status:ok
Tags:
Comment:
Fixed issue calling the same unit test twice.
Modified paths:
  • /branches/fundraising/extensions/DonationInterface/tests/Adapter/GlobalCollect/AllTests.php (modified) (history)

Diff [purge]

Index: branches/fundraising/extensions/DonationInterface/tests/Adapter/GlobalCollect/AllTests.php
@@ -54,7 +54,7 @@
5555 $suite = new PHPUnit_Framework_TestSuite( 'Donation Interface - Adapter Suite' );
5656
5757 $suite->addTestSuite( 'DonationInterface_Adapter_GlobalCollect_BankTransferTestCase' );
58 - $suite->addTestSuite( 'DonationInterface_Adapter_GlobalCollect_BankTransferTestCase' );
 58+ $suite->addTestSuite( 'DonationInterface_Adapter_GlobalCollect_GlobalCollectTestCase' );
5959
6060 return $suite;
6161 }

Status & tagging log