Example #1
0
 /**
  *
  */
 function test_fragment()
 {
     $uri = new Uri([Arg::FRAGMENT => 'foo']);
     $this->assertEquals('foo', $uri->fragment());
 }