Ejemplo n.º 1
0
 /**
  *
  */
 function test_add()
 {
     $route = new Route();
     $route->add('bar', 'baz');
     $this->assertEquals('baz', $route->child('bar'));
 }