objectManager = Bootstrap::getObjectManager(); $this->model = $this->objectManager->create( FrontNameResolver::class ); $_SERVER['HTTP_HOST'] = 'localhost'; } /** * @magentoDbIsolation enabled * @magentoConfigFixture current_store web/unsecure/base_url http://example.com/ */ public function testIsHostBackend() { $this->assertTrue($this->model->isHostBackend()); } }