Exemplo n.º 1
0
 /**
  * @covers CryptLib\Password\Implementation\PBKDF::detect
  * @dataProvider provideTestDetect
  */
 public function testDetect($from, $expected)
 {
     $this->assertEquals($expected, PBKDF::detect($from));
 }