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