Index: trunk/extensions/DonationInterface/tests/TestConfiguration.php.dist |
— | — | @@ -54,6 +54,20 @@ |
55 | 55 | define( 'TESTS_EMAIL', 'no-reply@wikimedia.org' ); |
56 | 56 | |
57 | 57 | /** |
| 58 | + * TESTS_GATEWAY_DEFAULT |
| 59 | + * |
| 60 | + * This is the default gateway that will be used to implement unit tests. |
| 61 | + */ |
| 62 | +define( 'TESTS_GATEWAY_DEFAULT', 'GlobalCollectGateway' ); |
| 63 | + |
| 64 | +/** |
| 65 | + * TESTS_ADAPTER_DEFAULT |
| 66 | + * |
| 67 | + * This is the default adapter that will be used to implement unit tests. |
| 68 | + */ |
| 69 | +define( 'TESTS_ADAPTER_DEFAULT', 'GlobalCollectAdapter' ); |
| 70 | + |
| 71 | +/** |
58 | 72 | * TESTS_PFP_CREDIT_CARDS_AMEREICAN_EXPRESS_VALID_CARD |
59 | 73 | * |
60 | 74 | * A "valid" test American Express Card for PayFlowPro. |