Esempio n. 1
0
 /**
  * @expectedException Exception
  */
 public function testCheck()
 {
     $transport = new Simples_Transport_Http();
     $transport->config(array('host' => 'www.google.com', 'port' => 80));
     $transport->connect();
 }