Example #1
0
 public function testRouteAlwaysAllowsOptionsMethod()
 {
     $route = new Route('/foo', $this->noopMiddleware, []);
     $this->assertTrue($route->allowsMethod('OPTIONS'));
 }