--CRM-16188, fixed jenkins style check
authorPradeep Nayak <pradpnayak@gmail.com>
Tue, 16 Feb 2016 17:06:51 +0000 (22:36 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Tue, 16 Feb 2016 17:06:51 +0000 (22:36 +0530)
tests/phpunit/api/v3/OrderTest.php

index 6853a0fa2990cbe1b4ed2f7b4f0d014985689040..3a2e76b94de547ef8b241eb974d605d7f073d954 100644 (file)
@@ -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');