Ejemplo n.º 1
0
 /**
  *
  */
 function test_children_not_isset()
 {
     $route = new Route();
     $this->assertEquals([], $route->children());
 }