From: Tim Otten Date: Sat, 11 Dec 2021 05:31:55 +0000 (-0800) Subject: (REF) AuthxRestTest - Update for phpunit8 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=81694928e9819cdf060ecb360f17124c84cc0fe0;p=civicrm-core.git (REF) AuthxRestTest - Update for phpunit8 --- 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'])