You are here

function user_password in OpenID Connect / OAuth client 2.x

Same name and namespace in other branches
  1. 8 tests/src/Unit/UserPasswordFixture.php \user_password()

Override the user_password function if it does not exist.

Return value

string Mocked password.

File

tests/src/Unit/UserPasswordFixture.php, line 18
UserPasswordFixture.php

Code

function user_password() : string {
  return 'TestPassword123';
}