r100106 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100105‎ | r100106 | r100107 >
Date:03:21, 18 October 2011
Author:jpostlethwaite
Status:deferred
Tags:fundraising 
Comment:
Updated Test Configuration file.
Modified paths:
  • /branches/fundraising/extensions/DonationInterface/tests/TestConfiguration.php.dist (modified) (history)

Diff [purge]

Index: branches/fundraising/extensions/DonationInterface/tests/TestConfiguration.php.dist
@@ -27,9 +27,7 @@
2828 *
2929 * Message for code that has not been implemented.
3030 */
31 -if ( !defined( 'PHPUNIT_MAIN_METHOD' ) ) {
32 - define( 'TESTS_MESSAGE_NOT_IMPLEMENTED', 'Not implemented yet!' );
33 -}
 31+define( 'TESTS_MESSAGE_NOT_IMPLEMENTED', 'Not implemented yet!' );
3432
3533 /**
3634 * TESTS_HOSTNAME
@@ -39,9 +37,16 @@
4038 define( 'TESTS_HOSTNAME', 'localhost' );
4139
4240 /**
43 - * TESTS_CREDIT_CARDS_AMEREICAN_EXPRESS_VALID_CARD
 41+ * TESTS_EMAIL
4442 *
45 - * A valid American Express Ccard
 43+ * An email address to use in case test send mail
4644 */
47 -define( 'TESTS_CREDIT_CARDS_AMEREICAN_EXPRESS_VALID_CARD', '378282246310005' );
 45+define( 'TESTS_EMAIL', 'no-reply@wikimedia.org' );
4846
 47+/**
 48+ * TESTS_PFP_CREDIT_CARDS_AMEREICAN_EXPRESS_VALID_CARD
 49+ *
 50+ * A "valid" test American Express Card for PayFlowPro.
 51+ */
 52+define( 'TESTS_PFP_CREDIT_CARDS_AMEREICAN_EXPRESS_VALID_CARD', '378282246310005' );
 53+

Status & tagging log