public function testGetForcedPortIfPortResets()
 {
     UriPortFactory::setForcedPort(null);
     $this->assertNull(UriPortFactory::getForcedPort());
 }