Example #1
0
 /**
  * @expectedException \Drest\DrestException
  */
 public function testAddingInvalidBasePath()
 {
     $config = new Configuration();
     $path = new \StdClass();
     $config->addRouteBasePath($path);
 }