Index: branches/fundraising/extensions/DonationInterface/tests/Adapter/GlobalCollect/AllTests.php |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | $suite = new PHPUnit_Framework_TestSuite( 'Donation Interface - Adapter Suite' ); |
56 | 56 | |
57 | 57 | $suite->addTestSuite( 'DonationInterface_Adapter_GlobalCollect_BankTransferTestCase' ); |
58 | | - $suite->addTestSuite( 'DonationInterface_Adapter_GlobalCollect_BankTransferTestCase' ); |
| 58 | + $suite->addTestSuite( 'DonationInterface_Adapter_GlobalCollect_GlobalCollectTestCase' ); |
59 | 59 | |
60 | 60 | return $suite; |
61 | 61 | } |