From 81694928e9819cdf060ecb360f17124c84cc0fe0 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 10 Dec 2021 21:31:55 -0800 Subject: [PATCH] (REF) AuthxRestTest - Update for phpunit8 --- tests/phpunit/E2E/Extern/AuthxRestTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/E2E/Extern/AuthxRestTest.php b/tests/phpunit/E2E/Extern/AuthxRestTest.php index ef38cad1fd..159f4f36f0 100644 --- a/tests/phpunit/E2E/Extern/AuthxRestTest.php +++ b/tests/phpunit/E2E/Extern/AuthxRestTest.php @@ -16,7 +16,7 @@ */ class E2E_Extern_AuthxRestTest extends E2E_Extern_BaseRestTest { - public static function setUpBeforeClass() { + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); \Civi\Test::e2e() ->install(['authx']) -- 2.25.1