From: KarinG Date: Wed, 1 Aug 2018 16:11:17 +0000 (-0600) Subject: for Jenkins. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=02b29d41e3f40913cfde9880f319e7482ca6db2f;p=civicrm-core.git for Jenkins. --- diff --git a/tests/phpunit/CRM/Member/Form/MembershipTest.php b/tests/phpunit/CRM/Member/Form/MembershipTest.php index ba90edab32..228f9ab908 100644 --- 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']);