From eea57a502023fdd87ea5c155e9d22f9c2a79e35e Mon Sep 17 00:00:00 2001 From: KarinG Date: Wed, 1 Aug 2018 08:34:07 -0600 Subject: [PATCH] remove Initials. --- tests/phpunit/CRM/Member/Form/MembershipTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/phpunit/CRM/Member/Form/MembershipTest.php b/tests/phpunit/CRM/Member/Form/MembershipTest.php index 1fb5abb41c..ba90edab32 100644 --- a/tests/phpunit/CRM/Member/Form/MembershipTest.php +++ b/tests/phpunit/CRM/Member/Form/MembershipTest.php @@ -551,7 +551,6 @@ class CRM_Member_Form_MembershipTest extends CiviUnitTestCase { * Test the submit function of the membership form on membership type change. * Check if the related contribuion is also updated if the minimum_fee didn't match */ - // KG public function testContributionUpdateOnMembershipTypeChange() { // Step 1: Create a Membership via backoffice whose with 50.00 payment $form = $this->getForm(); @@ -1285,7 +1284,6 @@ Expires: ', * CRM-21656: Test the submit function of the membership form if Sale Tax is enabled. * Check that the tax rate isn't reapplied to line item's unit price and total amount */ - // KG public function testLineItemAmountOnSaleTax() { $this->enableTaxAndInvoicing(); $this->relationForFinancialTypeWithFinancialAccount(2); -- 2.25.1