From: Eileen McNaughton Date: Sun, 5 Jul 2015 12:20:21 +0000 (+1200) Subject: CRM-16788 phpcs X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3e91dd3935b27b7dbfce740e6896ee004eb66672;p=civicrm-core.git CRM-16788 phpcs --- 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); */ }