Skip to content

Commit

Permalink
Update tests to match Social Auth base test
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher C. Wells committed Apr 15, 2022
1 parent 9855320 commit 27f607c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/src/Functional/SocialAuthPbsLoginBlockTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class SocialAuthPbsLoginBlockTest extends SocialAuthTestBase {
/**
* {@inheritdoc}
*/
protected function setUp() {
protected function setUp(): void {
$this->module = 'social_auth_pbs';
$this->provider = 'pbs';
$this->moduleType = 'social-auth';
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Functional/SocialAuthPbsSettingsFormTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SocialAuthPbsSettingsFormTest extends SocialAuthTestBase {
/**
* {@inheritdoc}
*/
protected function setUp() {
protected function setUp(): void {
$this->module = 'social_auth_pbs';
$this->provider = 'pbs';
$this->moduleType = 'social-auth';
Expand Down

0 comments on commit 27f607c

Please sign in to comment.