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:
eea57a5
)
for Jenkins.
author
KarinG
<karin@semper-it.com>
Wed, 1 Aug 2018 16:11:17 +0000
(10:11 -0600)
committer
KarinG
<karin@semper-it.com>
Wed, 1 Aug 2018 16:11:17 +0000
(10:11 -0600)
tests/phpunit/CRM/Member/Form/MembershipTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/CRM/Member/Form/MembershipTest.php
b/tests/phpunit/CRM/Member/Form/MembershipTest.php
index ba90edab32a0fea17903bffa79ae6cc5de0cbc59..228f9ab90833caa88cf584ce0fd4a8b2c11646d0 100644
(file)
--- a/
tests/phpunit/CRM/Member/Form/MembershipTest.php
+++ b/
tests/phpunit/CRM/Member/Form/MembershipTest.php
@@
-1345,7
+1345,9
@@
Expires: ',
// ensure that total_amount at the Contribution level matches line_total + tax_amount at the Line Item Level
$contribution = $this->callAPISuccessGetSingle('Contribution',
- array('contribution_id' => 1, 'return' => array('tax_amount', 'total_amount'),
+ array(
+ 'contribution_id' => 1,
+ 'return' => array('tax_amount', 'total_amount'),
)
);
$this->assertEquals($contribution['total_amount'], $lineItem['line_total'] + $lineItem['tax_amount']);