r100618 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100617‎ | r100618 | r100619 >
Date:17:22, 24 October 2011
Author:jpostlethwaite
Status:ok
Tags:fundraising 
Comment:
Adding test constants.
Modified paths:
  • /trunk/extensions/DonationInterface/tests/TestConfiguration.php.dist (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/tests/TestConfiguration.php.dist
@@ -54,6 +54,20 @@
5555 define( 'TESTS_EMAIL', 'no-reply@wikimedia.org' );
5656
5757 /**
 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+/**
5872 * TESTS_PFP_CREDIT_CARDS_AMEREICAN_EXPRESS_VALID_CARD
5973 *
6074 * A "valid" test American Express Card for PayFlowPro.

Status & tagging log