From a4a31ffe0c963cd114f877be667aa46e0197a80f Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Wed, 27 Jan 2016 02:07:11 +0530 Subject: [PATCH] CRM-16188, removed white spaces ---------------------------------------- * CRM-16188: Create an order API https://issues.civicrm.org/jira/browse/CRM-16188 --- tests/phpunit/CRM/Contribute/BAO/ContributionTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php b/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php index 726dc49561..c481d63ee9 100644 --- a/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php +++ b/tests/phpunit/CRM/Contribute/BAO/ContributionTest.php @@ -784,7 +784,7 @@ WHERE eft.entity_id = %1 AND ft.to_financial_account_id <> %2"; } /** - * checkLineItems() check if total amount matches the sum of line total + * checkLineItems() check if total amount matches the sum of line total */ public function testcheckLineItems() { $params = array( @@ -815,9 +815,9 @@ WHERE eft.entity_id = %1 AND ft.to_financial_account_id <> %2"; 'financial_type_id' => 1, ), ), - 'params'=> array(), + 'params' => array(), ), - ) + ), ); $error = CRM_Contribute_BAO_Contribution::checkLineItems($params); $this->assertEquals("Line item total doesn't match with total amount.", $error); -- 2.25.1