From: Pradeep Nayak Date: Wed, 27 Jan 2016 23:45:31 +0000 (+0530) Subject: --CRM-16188, fixed style check X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f30868a26bee981bc87e571ed86d8662584c87dd;p=civicrm-core.git --CRM-16188, fixed style check --- diff --git a/tests/phpunit/api/v3/OrderTest.php b/tests/phpunit/api/v3/OrderTest.php index e187dfd562..5e12c274fc 100644 --- a/tests/phpunit/api/v3/OrderTest.php +++ b/tests/phpunit/api/v3/OrderTest.php @@ -367,7 +367,7 @@ class api_v3_OrderTest extends CiviUnitTestCase { $p['total_amount'] = 600; $order = $this->callAPISuccess('order', 'create', $p); $expectedResult = array( - $order['id']=> array( + $order['id'] => array( 'total_amount' => 600, 'contribution_status' => 'Completed', 'net_amount' => 600,