PasswordRequirementsUnknownTest::$passwordOptions

Type: passwordOptions

Overrides PasswordTestBase::$passwordOptions

File

core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsUnknownTest.php, line 36

Class

PasswordRequirementsUnknownTest
Tests Password System Requirements.

Namespace

Drupal\KernelTests\Core\Password

Code

protected ?array $passwordOptions = [
  'bureaucracy' => 'max',
  'temper' => 'very bad',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.