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

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