Esempio n. 1
0
 public function testHttps()
 {
     $request = new Requester();
     $request->setOptionSsl(dirname(__FILE__) . '/resources/ca/google2.pem');
     $this->assertTrue($request->ping('https://www.google.com.ar'), 'Fail pingin Google with HTTPS');
 }