_helper = $objectManager->get(\Magento\Framework\HTTP\PhpEnvironment\ServerAddress::class); } public function testGetServerAddress() { $this->assertEquals(false, $this->_helper->getServerAddress()); } }