示例#1
0
文件: RsaTest.php 项目: jsnshrmn/Suma
 /**
  * @group ZF-8846
  */
 public function testLoadsPublicKeyFromPEMWithoutPrivateKeyAndThrowsNoException()
 {
     $rsa = new Zend_Crypt_Rsa();
     $rsa->setPemString($this->_testPemStringPublic);
 }