jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/341722 )
Change subject: Remove irrelevant test
......................................................................
Remove irrelevant test
Change-Id: I9d9bbbb48b2ed063bd142fa9423a94fe0d7afe04
---
M tests/phpunit/Adapter/GlobalCollect/GlobalCollectOrphanAdapterTest.php
1 file changed, 0 insertions(+), 28 deletions(-)
Approvals:
jenkins-bot: Verified
Ejegg: Looks good to me, approved
diff --git
a/tests/phpunit/Adapter/GlobalCollect/GlobalCollectOrphanAdapterTest.php
b/tests/phpunit/Adapter/GlobalCollect/GlobalCollectOrphanAdapterTest.php
index 2d1ce00..f6b06a9 100644
--- a/tests/phpunit/Adapter/GlobalCollect/GlobalCollectOrphanAdapterTest.php
+++ b/tests/phpunit/Adapter/GlobalCollect/GlobalCollectOrphanAdapterTest.php
@@ -114,34 +114,6 @@
$this->verifyNoLogErrors();
}
- public function testGCFormLoad() {
- $init = $this->getDonorTestData( 'US' );
- unset( $init['order_id'] );
- $init['payment_method'] = 'cc';
- $init['payment_submethod'] = 'visa';
- $init['ffname'] = 'cc-vmad';
-
- $assertNodes = array (
- 'submethod-mc' => array (
- 'nodename' => 'input'
- ),
- 'selected-amount' => array (
- 'nodename' => 'span',
- 'innerhtmlmatches' => '/^\s*' .
- str_replace( '$', '\$',
- Amount::format( 1.55, 'USD',
$init['language'] . '_' . $init['country'] )
- ).
- '\s*$/',
- ),
- 'state' => array (
- 'nodename' => 'select',
- 'selected' => 'CA',
- ),
- );
-
- $this->verifyFormOutput( 'GlobalCollectGateway', $init,
$assertNodes, true );
- }
-
/**
* Tests to make sure that certain error codes returned from GC will
* trigger order cancellation, even if retryable errors also exist.
--
To view, visit https://gerrit.wikimedia.org/r/341722
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9d9bbbb48b2ed063bd142fa9423a94fe0d7afe04
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/DonationInterface
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>
Gerrit-Reviewer: AndyRussG <[email protected]>
Gerrit-Reviewer: Cdentinger <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: XenoRyet <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits