Skip to content

Commit 27f607c

Browse files
author
Christopher C. Wells
committed
Update tests to match Social Auth base test
1 parent 9855320 commit 27f607c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/src/Functional/SocialAuthPbsLoginBlockTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SocialAuthPbsLoginBlockTest extends SocialAuthTestBase {
2323
/**
2424
* {@inheritdoc}
2525
*/
26-
protected function setUp() {
26+
protected function setUp(): void {
2727
$this->module = 'social_auth_pbs';
2828
$this->provider = 'pbs';
2929
$this->moduleType = 'social-auth';

tests/src/Functional/SocialAuthPbsSettingsFormTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class SocialAuthPbsSettingsFormTest extends SocialAuthTestBase {
2222
/**
2323
* {@inheritdoc}
2424
*/
25-
protected function setUp() {
25+
protected function setUp(): void {
2626
$this->module = 'social_auth_pbs';
2727
$this->provider = 'pbs';
2828
$this->moduleType = 'social-auth';

0 commit comments

Comments
 (0)