Ejemplo n.º 1
0
 public function testSetAlgorithm()
 {
     $this->mcrypt->setAlgorithm(MCRYPT_BLOWFISH);
     $this->assertEquals($this->mcrypt->getAlgorithm(), MCRYPT_BLOWFISH);
 }