예제 #1
0
파일: RSATest.php 프로젝트: stunti/zf2
 public function testSetPemPathLoadsPemString()
 {
     $rsa = new RSA(array('pemPath' => $this->_testPemPath));
     $this->assertEquals($this->_testPemString, $rsa->getPemString());
 }