From 40f5ec68e6497949c2ed2f13354deb708ff2baa5 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 9 May 2015 21:04:27 +1200 Subject: [PATCH] whitespace --- Civi/Payment/Exception/PaymentProcessorException.php | 1 - tests/phpunit/CRM/Contribute/Form/ContributionTest.php | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Civi/Payment/Exception/PaymentProcessorException.php b/Civi/Payment/Exception/PaymentProcessorException.php index 40fc1085ea..6a441f591f 100644 --- a/Civi/Payment/Exception/PaymentProcessorException.php +++ b/Civi/Payment/Exception/PaymentProcessorException.php @@ -7,4 +7,3 @@ namespace Civi\Payment\Exception; class PaymentProcessorException extends \CRM_Core_Exception { } - diff --git a/tests/phpunit/CRM/Contribute/Form/ContributionTest.php b/tests/phpunit/CRM/Contribute/Form/ContributionTest.php index 07cd31a404..b50631ea76 100644 --- a/tests/phpunit/CRM/Contribute/Form/ContributionTest.php +++ b/tests/phpunit/CRM/Contribute/Form/ContributionTest.php @@ -205,8 +205,10 @@ class CRM_Contribute_Form_ContributionTest extends CiviUnitTestCase { 'live'); } catch (\Civi\Payment\Exception\PaymentProcessorException $e) { - $this->callAPISuccessGetCount('Contribution', array('contact_id' => $this->_individualId, - 'contribution_status_id' => 'Pending'), 1); + $this->callAPISuccessGetCount('Contribution', array( + 'contact_id' => $this->_individualId, + 'contribution_status_id' => 'Pending', + ), 1); $lineItem = $this->callAPISuccessGetSingle('line_item', array()); $this->assertEquals('50.00', $lineItem['unit_price']); $this->assertEquals('50.00', $lineItem['line_total']); -- 2.25.1