Merge pull request #20445 from seamuslee001/fix_warning_notice_code_gen
[civicrm-core.git] / tests / phpunit / CiviTest / CiviReportTestCase.php
index fca4ea43ad7ca7506b546d107325de60d93c7882..d3f1e4adfd6e215eaa76c033b1a6428eeca35bdb 100644 (file)
  */
 class CiviReportTestCase extends CiviUnitTestCase {
 
-  public function setUp() {
-    parent::setUp();
-    $this->_sethtmlGlobals();
-  }
-
-  public function tearDown() {
+  public function tearDown(): void {
     // TODO Figure out how to automatically drop all temporary tables.
     // Note that MySQL doesn't provide a way to list them, so we would need
     // to keep track ourselves (eg CRM_Core_TemporaryTableManager) or reset