phpcs - Fix error, "Visibility must be declared on method"
[civicrm-core.git] / tests / phpunit / CRM / Utils / MailTest.php
index a403c58a2e0de0e2224dd39c62cca9b744d57b19..1681b38bbe80ca50ffdddce9a729231adbe5716d 100644 (file)
@@ -5,26 +5,16 @@ require_once 'CiviTest/CiviUnitTestCase.php';
  * Class CRM_Utils_MailTest
  */
 class CRM_Utils_MailTest extends CiviUnitTestCase {
-  /**
-   * @return array
-   */
-  function get_info() {
-    return array(
-      'name' => 'Mail Test',
-      'description' => 'Test RFC822 formatting',
-      'group' => 'CiviCRM BAO Tests',
-    );
-  }
 
-  function setUp() {
+  public function setUp() {
     parent::setUp();
   }
 
   /**
-   * test case for add( )
+   * Test case for add( )
    * test with empty params.
    */
-  function testFormatRFC822() {
+  public function testFormatRFC822() {
 
     $values = array(
       array('name' => "Test User",