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