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:
c39e27f
)
CRM-16188, fixed check style
author
Pradeep Nayak
<pradpnayak@gmail.com>
Tue, 26 Jan 2016 22:19:08 +0000
(
03:49
+0530)
committer
Pradeep Nayak
<pradpnayak@gmail.com>
Tue, 26 Jan 2016 22:19:08 +0000
(
03:49
+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 1e57ed095d6916106fad7aae30a6f84cb8e4f0ee..4585cdd8745fae8a9cb698fa9c1ac22aeb453255 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',