public function testChangeAlgorithm()
 {
     $transformer = new ZendCryptHashTransformer(['algorithm' => self::ALGORITHM_ALTERNATIVE]);
     $this->assertEquals(self::ALGORITHM_ALTERNATIVE, $transformer->getAlgorithm());
 }