CRM-16188, fixed check style
authorPradeep Nayak <pradpnayak@gmail.com>
Tue, 26 Jan 2016 22:19:08 +0000 (03:49 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Tue, 26 Jan 2016 22:19:08 +0000 (03:49 +0530)
----------------------------------------
* CRM-16188: Create an order API
  https://issues.civicrm.org/jira/browse/CRM-16188

tests/phpunit/api/v3/OrderTest.php

index 1e57ed095d6916106fad7aae30a6f84cb8e4f0ee..4585cdd8745fae8a9cb698fa9c1ac22aeb453255 100644 (file)
@@ -81,7 +81,7 @@ class api_v3_OrderTest extends CiviUnitTestCase {
         'contribution_id' => $contribution['id'],
         'contribution_status' => 'Completed',
         'net_amount' => 100,
-      )
+      ),
     );
     $lineItems[] = array(
       'entity_table' => 'civicrm_contribution',