From 3e91dd3935b27b7dbfce740e6896ee004eb66672 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 6 Jul 2015 00:20:21 +1200 Subject: [PATCH] CRM-16788 phpcs --- tests/phpunit/CRM/Member/Form/MembershipTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/phpunit/CRM/Member/Form/MembershipTest.php b/tests/phpunit/CRM/Member/Form/MembershipTest.php index 1228521c02..8144f15c47 100644 --- a/tests/phpunit/CRM/Member/Form/MembershipTest.php +++ b/tests/phpunit/CRM/Member/Form/MembershipTest.php @@ -520,11 +520,11 @@ class CRM_Member_Form_MembershipTest extends CiviUnitTestCase { 'is_test' => TRUE, )); /* Not currently passing. - $this->callAPISuccessGetCount('LineItem', array( - 'entity_id' => $membership['id'], - 'entity_table' => 'civicrm_membership', - 'contribution_id' => $contribution['id'], - ), 1); + // $this->callAPISuccessGetCount('LineItem', array( + // 'entity_id' => $membership['id'], + // 'entity_table' => 'civicrm_membership', + // 'contribution_id' => $contribution['id'], + //), 1); */ } -- 2.25.1