Esempio n. 1
0
 /**
  *
  */
 function test_path()
 {
     $uri = new Uri([Arg::PATH => 'foo']);
     $this->assertEquals('foo', $uri->path());
 }