public function teardown()
 {
     parent::teardown();
     if ($this->httpHostNotFound) {
         unset($_SERVER['HTTP_HOST']);
     }
     $this->clearModuleCache();
 }
Exemplo n.º 2
0
 public function teardown()
 {
     parent::teardown();
     Tools::$round_mode = null;
 }
Exemplo n.º 3
0
 public function teardown()
 {
     parent::teardown();
     if ($this->http_host_not_found) {
         unset($_SERVER['HTTP_HOST']);
     }
     $this->moduleRepositoryStub->clearCache();
 }