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:
c5e2b8c
)
-- fixed array indentation, CRM-16188
author
Pradeep Nayak
<pradpnayak@gmail.com>
Tue, 26 Jan 2016 21:05:02 +0000
(
02:35
+0530)
committer
Pradeep Nayak
<pradpnayak@gmail.com>
Tue, 26 Jan 2016 21:05:02 +0000
(
02:35
+0530)
----------------------------------------
* CRM-16188: Create an order API
https://issues.civicrm.org/jira/browse/CRM-16188
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 9daa8e9bde473dbaa47883a6cd624e2d7a8f8ce5..dc191b506c7535d2aa521b200633ee19b9f89d66 100644
(file)
--- a/
tests/phpunit/api/v3/OrderTest.php
+++ b/
tests/phpunit/api/v3/OrderTest.php
@@
-81,7
+81,7
@@
class api_v3_OrderTest extends CiviUnitTestCase {
'contribution_id' => $contribution['id'],
'contribution_status' => 'Completed',
'net_amount' => 100,
- ),
+ )
);
$lineItems[] = array(
'entity_table' => 'civicrm_contribution',