Index: branches/fundraising/extensions/DonationInterface/donationinterface.php |
— | — | @@ -37,6 +37,7 @@ |
38 | 38 | //load all possible form classes |
39 | 39 | $wgAutoloadClasses['Gateway_Form'] = $donationinterface_dir . 'gateway_forms/Form.php'; |
40 | 40 | $wgAutoloadClasses['Gateway_Form_OneStepTwoColumn'] = $donationinterface_dir . 'gateway_forms/OneStepTwoColumn.php'; |
| 41 | +$wgAutoloadClasses['Gateway_Form_TwoStepAmount'] = $donationinterface_dir . 'gateway_forms/TwoStepAmount.php'; |
41 | 42 | $wgAutoloadClasses['Gateway_Form_TwoStepTwoColumn'] = $donationinterface_dir . 'gateway_forms/TwoStepTwoColumn.php'; |
42 | 43 | $wgAutoloadClasses['Gateway_Form_TwoColumnPayPal'] = $donationinterface_dir . 'gateway_forms/TwoColumnPayPal.php'; |
43 | 44 | $wgAutoloadClasses['Gateway_Form_TwoColumnLetter'] = $donationinterface_dir . 'gateway_forms/TwoColumnLetter.php'; |
— | — | @@ -123,7 +124,6 @@ |
124 | 125 | $wgDonationInterfacePaypalURL = ''; |
125 | 126 | |
126 | 127 | function efDonationInterfaceUnitTests( &$files ) { |
127 | | - $files[] = dirname( __FILE__ ) . '/tests/GatewayAdapterTest.php'; |
128 | | - $files[] = dirname( __FILE__ ) . '/tests/DonationDataTest.php'; |
| 128 | + //$files[] = dirname( __FILE__ ) . '/tests/AllTests.php'; |
129 | 129 | return true; |
130 | 130 | } |