예제 #1
0
파일: RouteTest.php 프로젝트: mvc5/tests
 /**
  *
  */
 function test_route()
 {
     $route = new Route([Arg::ROUTE => 'foo']);
     $this->assertEquals('foo', $route->route());
 }