From: Eileen McNaughton Date: Sun, 5 Jul 2015 12:36:30 +0000 (+1200) Subject: phpcs X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=793a90067447d6fdd19536130c8caccde64a2744;p=civicrm-core.git phpcs --- diff --git a/tests/phpunit/CRM/Member/Form/MembershipTest.php b/tests/phpunit/CRM/Member/Form/MembershipTest.php index 8144f15c47..e0b30cb080 100644 --- a/tests/phpunit/CRM/Member/Form/MembershipTest.php +++ b/tests/phpunit/CRM/Member/Form/MembershipTest.php @@ -519,13 +519,13 @@ class CRM_Member_Form_MembershipTest extends CiviUnitTestCase { 'contact_id' => $this->_individualId, 'is_test' => TRUE, )); - /* Not currently passing. + // Not currently passing. // $this->callAPISuccessGetCount('LineItem', array( // 'entity_id' => $membership['id'], // 'entity_table' => 'civicrm_membership', // 'contribution_id' => $contribution['id'], //), 1); - */ + // } /**