Beispiel #1
0
 /**
  * Tests OpenSSL::createProcess
  *
  * @expectedException \phpbu\App\Exception
  */
 public function testCertAlreadySet()
 {
     $path = realpath(__DIR__ . '/../../../_files/bin');
     $openSSL = new OpenSSL($path);
     $openSSL->useSSLCert('/foo/my.pub')->usePassword('foo');
 }