(REF) AuthxRestTest - Update for phpunit8
authorTim Otten <totten@civicrm.org>
Sat, 11 Dec 2021 05:31:55 +0000 (21:31 -0800)
committerTim Otten <totten@civicrm.org>
Mon, 24 Jan 2022 21:53:51 +0000 (13:53 -0800)
tests/phpunit/E2E/Extern/AuthxRestTest.php

index ef38cad1fd27e5dd7f1cda75eb1ae24693d9ad1f..159f4f36f0a6844b9fe544efa386b02fd5e170d7 100644 (file)
@@ -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'])