projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b63480e
)
--CRM-16188, fixed jenkins style check
author
Pradeep Nayak
<pradpnayak@gmail.com>
Tue, 16 Feb 2016 17:06:51 +0000
(22:36 +0530)
committer
Pradeep Nayak
<pradpnayak@gmail.com>
Tue, 16 Feb 2016 17:06:51 +0000
(22:36 +0530)
tests/phpunit/api/v3/OrderTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/api/v3/OrderTest.php
b/tests/phpunit/api/v3/OrderTest.php
index 6853a0fa2990cbe1b4ed2f7b4f0d014985689040..3a2e76b94de547ef8b241eb974d605d7f073d954 100644
(file)
--- 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');