Exemple #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testRegisterCipherFail()
 {
     $factory = new Factory();
     $factory->registerCipher('test', 'stdClass');
 }