Skip to content

Commit

Permalink
adjust to phpunit version 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio authored and mstefan21 committed Oct 24, 2023
1 parent d27c1d8 commit 7ffc44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/Provider/KeycloakTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public function testGetLogoutUrlWithIdTokenHint()
$uri = parse_url($url);

$this->assertEquals('/auth/realms/mock_realm/protocol/openid-connect/logout', $uri['path']);
$this->assertContains('id_token_hint=the_id_token', $uri['query']);
$this->assertStringContainsString('id_token_hint=the_id_token', $uri['query']);
}

public function testGetBaseAccessTokenUrl()
Expand Down

0 comments on commit 7ffc44c

Please sign in to comment.