Beispiel #1
0
 public function testSetKey()
 {
     $result = $this->blockCipher->setKey('test');
     $this->assertEquals($result, $this->blockCipher);
     $this->assertEquals('test', $this->blockCipher->getKey());
 }