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:
b8644ae
)
--CRM-16188, fixed style check
author
Pradeep Nayak
<pradpnayak@gmail.com>
Wed, 27 Jan 2016 23:45:31 +0000
(
05:15
+0530)
committer
Pradeep Nayak
<pradpnayak@gmail.com>
Wed, 27 Jan 2016 23:45:31 +0000
(
05:15
+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 e187dfd56242bbc90969ac26a9a85957216df3b2..5e12c274fc6ed561eab5b8396e6b06f776f6e548 100644
(file)
--- 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,