Example #1
0
 public function testSetCertificatePathLoadsCertificateString()
 {
     $rsa = new RSA(array('certificatePath' => $this->_testCertificatePath));
     $this->assertEquals($this->_testCertificateString, $rsa->getCertificateString());
 }