Ejemplo n.º 1
0
 /**
  * @expectedException Dormilich\WebService\RIPE\Exceptions\InvalidValueException
  */
 public function testSearchRequestFailsOnNonQuery()
 {
     $client = $this->getClient();
     $ripe = new WebService($client);
     $ripe->search('FOO', new stdClass());
 }