コード例 #1
0
ファイル: PaymentAbstract.php プロジェクト: kingsj/core
 protected function tearDown()
 {
     xdebug_stop_code_coverage(false);
     $this->clearEntity($this->method);
     xdebug_start_code_coverage(XDEBUG_CC_UNUSED | XDEBUG_CC_DEAD_CODE);
     parent::tearDown();
 }
コード例 #2
0
ファイル: AustraliaPost.php プロジェクト: kingsj/core
 /**
  * tearDown
  *
  * @return void
  * @access protected
  * @see    ____func_see____
  * @since  1.0.0
  */
 protected function tearDown()
 {
     parent::tearDown();
     if ($this->checkTestName()) {
         $this->doRestoreDb();
     }
 }
コード例 #3
0
ファイル: Currency.php プロジェクト: kingsj/core
 protected function tearDown()
 {
     $this->clearEntity($this->order);
     $this->clearEntity($this->currency);
     parent::tearDown();
 }