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