Ejemplo n.º 1
0
 /**
  * @expectedException \Drest\DrestException
  */
 public function testInvalidExposureRelationFetchType()
 {
     $config = new Configuration();
     $config->setExposureRelationsFetchType(1);
 }