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