tests/ - Remove get_info()
[civicrm-core.git] / tests / phpunit / CRM / Contact / Form / Search / Custom / GroupTest.php
index 0bf7faa9cf3f8e13a1367110373058376ab17634..0e120bd7a20611e107d61abff86a503776954207 100644 (file)
@@ -65,17 +65,6 @@ class CRM_Contact_Form_Search_Custom_GroupTest extends CiviUnitTestCase {
     'civicrm_option_group',
   );
 
-  /**
-   * @return array
-   */
-  function get_info() {
-    return array(
-      'name' => 'Contact Custom Search Group',
-      'description' => 'Test all CRM_Contact_Form_Search_Custom_Group methods.',
-      'group' => 'CiviCRM Custom Search Tests',
-    );
-  }
-
   /**
    * @return CRM_Contact_Form_Search_Custom_GroupTestDataProvider
    */