From f30868a26bee981bc87e571ed86d8662584c87dd Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Thu, 28 Jan 2016 05:15:31 +0530 Subject: [PATCH] --CRM-16188, fixed style check --- tests/phpunit/api/v3/OrderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.25.1