Example #1
0
 /**
  * @expectedException \Drest\DrestException
  */
 public function testInvalidExposeRequestOptions()
 {
     $config = new Configuration();
     $config->setExposeRequestOptions(array('Invalid' => 'expose'));
 }