Skip to content

Commit

Permalink
(REF) AuthxRestTest - Update for phpunit8
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Dec 11, 2021
1 parent ddaba22 commit 5e29f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/E2E/Extern/AuthxRestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 5e29f07

Please sign in to comment.