public function testSetPbkdf2HashAlgorithm() { $result = $this->blockCipher->setPbkdf2HashAlgorithm('sha1'); $this->assertEquals($result, $this->blockCipher); $this->assertEquals('sha1', $this->blockCipher->getPbkdf2HashAlgorithm()); }