コード例 #1
0
ファイル: BcryptTest.php プロジェクト: razvansividra/pnlzf2-1
 public function testSetBackwardCompatibility()
 {
     $result = $this->bcrypt->setBackwardCompatibility(true);
     $this->assertTrue($result instanceof Bcrypt);
     $this->assertTrue($this->bcrypt->getBackwardCompatibility());
 }