Beispiel #1
0
 /**
  *
  */
 function test_actions()
 {
     $route = new Route([Arg::ACTION => ['GET' => 'foo']]);
     $this->assertEquals(['GET' => 'foo'], $route->actions());
 }