Example #1
0
 /**
  * @expectedException Lotar\ARWebService\ClientException
  */
 public function testNoServiceException()
 {
     $client = new ARWebService\Client('http://localhost:8080', 'remedy', 'Demo', '');
     $client->getWsdlUrl();
 }