コード例 #1
0
ファイル: BlowfishTest.php プロジェクト: nimasdj/PHP-CryptLib
 /**
  * @covers CryptLib\Password\Implementation\Blowfish
  * @dataProvider provideTestDetect
  */
 public function testDetect($from, $expect)
 {
     $this->assertEquals($expect, Blowfish::detect($from));
 }