Example #1
0
 /**
  *
  */
 function test_child_not_exists()
 {
     $route = new Route();
     $this->assertEquals(null, $route->child('bar'));
 }