You are here

public function RptTestGenerated::getGeneratedPasswordData in Registration Password Token 8

Provide data for testUserInputPassword().

Return value

array Lengths of dummy password to test.

File

tests/src/Kernel/RptTestGenerated.php, line 83

Class

RptTestGenerated
Test RPT fully.

Namespace

Drupal\Tests\rpt\Kernel

Code

public function getGeneratedPasswordData() {
  return [
    [
      10,
    ],
    [
      20,
    ],
    [
      15,
    ],
    [
      35,
    ],
    [
      1,
    ],
  ];
}