You are here

public function PasswordHasherTest::providerHashPassword in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/PasswordHasherTest.php \PasswordHasherTest::providerHashPassword()

File

vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/PasswordHasherTest.php, line 28

Class

PasswordHasherTest

Code

public function providerHashPassword() {
  return new testDataFileIterator('rawTestData/Shared/PasswordHashes.data');
}