phpcs
authorEileen McNaughton <eileen@fuzion.co.nz>
Sun, 5 Jul 2015 12:36:30 +0000 (00:36 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sun, 5 Jul 2015 12:36:30 +0000 (00:36 +1200)
tests/phpunit/CRM/Member/Form/MembershipTest.php

index 8144f15c47402ab34dccb037afdf1498a38c1233..e0b30cb080bec55c8aa6f26b08d1456ac9e689fd 100644 (file)
@@ -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);
-    */
+    //
   }
 
   /**