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