X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FCRM%2FContact%2FForm%2FSearch%2FCustom%2FGroupTest.php;h=0e120bd7a20611e107d61abff86a503776954207;hb=20207c9126ad587d0664818188a5edff6700abab;hp=0bf7faa9cf3f8e13a1367110373058376ab17634;hpb=fdfd59ccd77f9b06547204a505b67e35bf6596d7;p=civicrm-core.git diff --git a/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php b/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php index 0bf7faa9cf..0e120bd7a2 100644 --- a/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php +++ b/tests/phpunit/CRM/Contact/Form/Search/Custom/GroupTest.php @@ -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 */