コード例 #1
0
 public function teardown()
 {
     parent::teardown();
     if ($this->httpHostNotFound) {
         unset($_SERVER['HTTP_HOST']);
     }
     $this->clearModuleCache();
 }
コード例 #2
0
ファイル: CartTest.php プロジェクト: M03G/PrestaShop
 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();
 }