Merge pull request #19057 from ixiam/dev/core#2173
[civicrm-core.git] / tests / phpunit / CiviTest / CiviTestSuite.php
index 25567a40e60a8e7641afc5898a14ebe9da490e87..854f650f93f18a0e35a4919aa2085c447df70aca 100644 (file)
@@ -55,20 +55,6 @@ class CiviTestSuite extends PHPUnit\Framework\TestSuite {
     CRM_Core_ClassLoader::singleton()->register();
   }
 
-  /**
-   *  Test suite setup.
-   */
-  protected function setUp() {
-    //print __METHOD__ . "\n";
-  }
-
-  /**
-   *  Test suite teardown.
-   */
-  protected function tearDown() {
-    //print __METHOD__ . "\n";
-  }
-
   /**
    *  suppress failed test error issued by phpunit when it finds.
    *  a test suite with no tests