Merge pull request #20802 from civicrm/5.39
[civicrm-core.git] / tests / phpunit / CRM / Core / BAO / NavigationTest.php
index 5b16491b1712800949d05934e5e04635f27ec633..86eb65174451bd631b34c41353dd159d6684e87c 100644 (file)
@@ -11,7 +11,7 @@ class CRM_Core_BAO_NavigationTest extends CiviUnitTestCase {
    *
    * Here we ensure we are starting from a default report navigation.
    */
-  public function setUp() {
+  public function setUp(): void {
     parent::setUp();
     CRM_Core_BAO_Navigation::rebuildReportsNavigation(CRM_Core_Config::domainID());
   }