--CRM-16188, fixed style check
authorPradeep Nayak <pradpnayak@gmail.com>
Wed, 27 Jan 2016 23:45:31 +0000 (05:15 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Wed, 27 Jan 2016 23:45:31 +0000 (05:15 +0530)
tests/phpunit/api/v3/OrderTest.php

index e187dfd56242bbc90969ac26a9a85957216df3b2..5e12c274fc6ed561eab5b8396e6b06f776f6e548 100644 (file)
@@ -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,