Example #1
0
 /**
  * @expectedException \RuntimeException
  */
 public function testGetTargetsForMethodThrowsIfNoTarget()
 {
     $this->testRoute->getTargetForMethod("GET");
 }