Example #1
0
 /**
  *
  */
 function test_controller()
 {
     $route = new Request([Arg::CONTROLLER => 'foo']);
     $this->assertEquals('foo', $route->controller());
 }