예제 #1
0
파일: RsaTest.php 프로젝트: vicfryzel/zf
 public function testConstructorSetsCertificatePath()
 {
     $rsa = new Zend_Crypt_Rsa(array('certificatePath' => $this->_testCertificatePath));
     $this->assertEquals($this->_testCertificatePath, $rsa->getCertificatePath());
 }