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