Example #1
0
 function testGetHostWithPort()
 {
     $req = new Request();
     $req->mock();
     $this->assertEquals("localhost:80", $req->getHostWithPort());
 }