예제 #1
0
 public function testOtherPort()
 {
     $h = new Uri("http://www.example.com:443/request");
     $h->setQuery("x");
     $this->assertEquals("http://www.example.com:443/request?x", $h->getUri());
 }