You are here

public function RptTestUserInput::getUserInputPasswordData in Registration Password Token 8

Provide data for testUserInputPassword().

Return value

array Dummy passwords.

File

tests/src/Kernel/RptTestUserInput.php, line 87

Class

RptTestUserInput
Test RPT fully.

Namespace

Drupal\Tests\rpt\Kernel

Code

public function getUserInputPasswordData() {
  return [
    [
      'fM4izYvqTS',
    ],
    [
      'CposTronfg',
    ],
    [
      'cGZ2oNAAut',
    ],
    [
      '3gbi2ztqfC',
    ],
    [
      'PeaTAwNreX',
    ],
  ];
}