Пример #1
0
 public function testConstructorSetsCertificatePath()
 {
     $rsa = new Zend_Crypt_Rsa(array('certificatePath' => $this->_testCertificatePath));
     $this->assertEquals($this->_testCertificatePath, $rsa->getCertificatePath());
 }