示例#1
0
文件: RSATest.php 项目: stunti/zf2
 public function testConstructorSetsCertificatePath()
 {
     $rsa = new RSA(array('certificatePath' => $this->_testCertificatePath));
     $this->assertEquals($this->_testCertificatePath, $rsa->getCertificatePath());
 }