Пример #1
0
 /**
  *
  */
 function test_name()
 {
     $route = new Route([Arg::NAME => 'foo']);
     $this->assertEquals('foo', $route->name());
 }