From: Eileen McNaughton Date: Thu, 16 Jul 2015 09:42:22 +0000 (+1200) Subject: test fix - instantiate processor in live mode X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=034efa4ed2ef980bd061e2c46ba8f09bc09e0daa;p=civicrm-core.git test fix - instantiate processor in live mode --- diff --git a/tests/phpunit/CRM/Core/Payment/AuthorizeNetIPNTest.php b/tests/phpunit/CRM/Core/Payment/AuthorizeNetIPNTest.php index 0661a7604e..49fe39aa5d 100644 --- a/tests/phpunit/CRM/Core/Payment/AuthorizeNetIPNTest.php +++ b/tests/phpunit/CRM/Core/Payment/AuthorizeNetIPNTest.php @@ -16,7 +16,7 @@ class CRM_Core_Payment_AuthorizeNetIPNTest extends CiviUnitTestCase { public function setUp() { parent::setUp(); - $this->_paymentProcessorID = $this->paymentProcessorAuthorizeNetCreate(); + $this->_paymentProcessorID = $this->paymentProcessorAuthorizeNetCreate(array('is_test' => 0)); $this->_contactID = $this->individualCreate(); $contributionPage = $this->callAPISuccess('contribution_page', 'create', array( 'title' => "Test Contribution Page",