Merge pull request #11735 from mukeshcompucorp/CRM-21814-add-proper-container-to...
[civicrm-core.git] / tests / phpunit / api / v3 / GroupContactTest.php
index 39509f095ae89c0498da13887f8a1bd65432fbe6..695d207cdcfd4436406cd33f2a7b3d0f59c570cf 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2017                                |
+ | Copyright CiviCRM LLC (c) 2004-2018                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -86,8 +86,6 @@ class api_v3_GroupContactTest extends CiviUnitTestCase {
     );
   }
 
-  ///////////////// civicrm_group_contact_get methods
-
   /**
    * Test GroupContact.get by ID.
    */
@@ -168,8 +166,6 @@ class api_v3_GroupContactTest extends CiviUnitTestCase {
     $this->assertEquals($result['total_count'], 2);
   }
 
-  ///////////////// civicrm_group_contact_remove methods
-
   /**
    * Test GroupContact.delete by contact+group ID.
    */