Fix issue where non numeric number was encounted in running unit tests on php7.2
authorSeamus Lee <seamuslee001@gmail.com>
Thu, 17 May 2018 21:51:42 +0000 (07:51 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Sun, 20 May 2018 10:02:17 +0000 (20:02 +1000)
commite7aceaf7d3b977aaa014e7a5db16cb1aeee73c67
treec886c63a41052ed228437e8b783fac8fdf9d3a0a
parentee128a6c5aeede94936e6db227d178af3d712ead
Fix issue where non numeric number was encounted in running unit tests on php7.2

Unit Test in api_v3_MembershipTest was throwing an error on the non numeric value of tax_amount, tax_amount was a NULL string.
CRM/Contribute/BAO/Contribution.php