Skip to content

Commit

Permalink
Re-enable paypal test
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Sep 29, 2016
1 parent 4e42b2b commit 5c9fdd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/phpunit/CRM/Contribute/Form/ContributionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,6 @@ public function testSubmitCreditCard() {
* Test the submit function on the contribution page.
*/
public function testSubmitCreditCardPayPal() {
$this->markTestIncomplete('Paypal is creating a complete contribution but we are testing pending
we are unsure at this point if this is correct behaviour or not');
return;
$form = new CRM_Contribute_Form_Contribution();
$paymentProcessorID = $this->paymentProcessorCreate(array('is_test' => 0));
$form->_mode = 'Live';
Expand Down

0 comments on commit 5c9fdd8

Please sign in to comment.