コード例 #1
0
ファイル: RSATest.php プロジェクト: stunti/zf2
 public function testConstructorSetsCertificatePath()
 {
     $rsa = new RSA(array('certificatePath' => $this->_testCertificatePath));
     $this->assertEquals($this->_testCertificatePath, $rsa->getCertificatePath());
 }