CRM-16188, removed white spaces
authorPradeep Nayak <pradpnayak@gmail.com>
Tue, 26 Jan 2016 20:37:11 +0000 (02:07 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Tue, 26 Jan 2016 20:37:11 +0000 (02:07 +0530)
----------------------------------------
* CRM-16188: Create an order API
  https://issues.civicrm.org/jira/browse/CRM-16188

tests/phpunit/CRM/Contribute/BAO/ContributionTest.php

index 726dc495619fdebfd5246715e2ab7e7cd7653f61..c481d63ee9f4c50cf056f85a3dbcb018704667b2 100644 (file)
@@ -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);