Skip to content

Commit

Permalink
CRM-21682 Enable test for different recur/membership frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Mar 23, 2018
1 parent ca71d9d commit 6e44266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/phpunit/api/v3/ContributionPageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,9 @@ public function testSubmitMembershipPriceSetPaymentPaymentProcessorRecurInstantP
* - the first creates a new membership, completed contribution, in progress recurring. Check these
* - create another - end date should be extended
*/
//public function testSubmitMembershipPriceSetPaymentPaymentProcessorRecurInstantPaymentDifferentFrequency() {
// $this->doSubmitMembershipPriceSetPaymentPaymentProcessorRecurInstantPayment(array('duration_unit' => 'year', 'recur_frequency_unit' => 'month'));
//}
public function testSubmitMembershipPriceSetPaymentPaymentProcessorRecurInstantPaymentDifferentFrequency() {
$this->doSubmitMembershipPriceSetPaymentPaymentProcessorRecurInstantPayment(array('duration_unit' => 'year', 'recur_frequency_unit' => 'month'));
}

/**
* Helper function for testSubmitMembershipPriceSetPaymentProcessorRecurInstantPayment*
Expand Down

0 comments on commit 6e44266

Please sign in to comment.