From 034efa4ed2ef980bd061e2c46ba8f09bc09e0daa Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 16 Jul 2015 21:42:22 +1200 Subject: [PATCH] test fix - instantiate processor in live mode --- tests/phpunit/CRM/Core/Payment/AuthorizeNetIPNTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.25.1