public function OpenIDConnectAuthmapTest::getDeleteAssociationParameters in OpenID Connect / OAuth client 8
Provide data to the testDeleteAssociationMethod test.
Return value
array Return the client names to test.
File
- tests/
src/ Unit/ OpenIDConnectAuthmapTest.php, line 198
Class
- OpenIDConnectAuthmapTest
- Test the OpenIdConnectAuthmap class.
Namespace
Drupal\Tests\openid_connect\UnitCode
public function getDeleteAssociationParameters() : array {
return [
[
'',
],
[
'test_client',
],
];
}