From 9fe1527f10e8dbe4ad033920fe1098c2e638a662 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 7 Aug 2021 16:19:01 -0700 Subject: [PATCH] Get tests back in working order --- tests/Browser/BrowserTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Browser/BrowserTestCase.php b/tests/Browser/BrowserTestCase.php index 68a6ddc1b..2c8e94864 100644 --- a/tests/Browser/BrowserTestCase.php +++ b/tests/Browser/BrowserTestCase.php @@ -33,7 +33,7 @@ abstract class BrowserTestCase extends TestCase * test. In most cases you probably wont need to do this, or can modify the test slightly to * avoid the need to do so. */ - public static function setUpBeforeClass() + public static function setUpBeforeClass(): void { parent::setUpBeforeClass();