From: Pradeep Nayak Date: Tue, 26 Jan 2016 20:37:11 +0000 (+0530) Subject: CRM-16188, removed white spaces X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a4a31ffe0c963cd114f877be667aa46e0197a80f;p=civicrm-core.git CRM-16188, removed white spaces ---------------------------------------- * CRM-16188: Create an order API https://issues.civicrm.org/jira/browse/CRM-16188 --- 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);