From: Pradeep Nayak Date: Tue, 26 Jan 2016 21:05:02 +0000 (+0530) Subject: -- fixed array indentation, CRM-16188 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=198ee7ca0278f41cd643d42717e4450af74d521e;p=civicrm-core.git -- fixed array indentation, CRM-16188 ---------------------------------------- * CRM-16188: Create an order API https://issues.civicrm.org/jira/browse/CRM-16188 --- diff --git a/tests/phpunit/api/v3/OrderTest.php b/tests/phpunit/api/v3/OrderTest.php index 9daa8e9bde..dc191b506c 100644 --- a/tests/phpunit/api/v3/OrderTest.php +++ b/tests/phpunit/api/v3/OrderTest.php @@ -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',