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\KernelCode
public function getGeneratedPasswordData() {
  return [
    [
      10,
    ],
    [
      20,
    ],
    [
      15,
    ],
    [
      35,
    ],
    [
      1,
    ],
  ];
}