Example #1
0
 public function testGetQuery()
 {
     $uri = new Uri();
     $this->assertSame('', $uri->getQuery());
 }