示例#1
0
文件: RouteTest.php 项目: mvc5/tests
 /**
  *
  */
 function test_route()
 {
     $route = new Route([Arg::ROUTE => 'foo']);
     $this->assertEquals('foo', $route->route());
 }