From: Pradeep Nayak Date: Tue, 16 Feb 2016 17:06:51 +0000 (+0530) Subject: --CRM-16188, fixed jenkins style check X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dfd6297d8c21f8edb0229ef85ae8e0a4ffad51c9;p=civicrm-core.git --CRM-16188, fixed jenkins style check --- diff --git a/tests/phpunit/api/v3/OrderTest.php b/tests/phpunit/api/v3/OrderTest.php index 6853a0fa29..3a2e76b94d 100644 --- a/tests/phpunit/api/v3/OrderTest.php +++ b/tests/phpunit/api/v3/OrderTest.php @@ -524,7 +524,7 @@ class api_v3_OrderTest extends CiviUnitTestCase { 'net_amount' => 100, ), ); - $this->checkPaymentResult($order, $expectedResult); + $this->checkPaymentResult($order, $expectedResult); $participantPayment = $this->callAPISuccess('ParticipantPayment', 'getsingle', $params); $participant = $this->callAPISuccess('participant', 'get', array('id' => $participantPayment['participant_id'])); $this->assertEquals($participant['values'][$participant['id']]['participant_status'], 'Cancelled');