Exemple #1
0
 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();
 }
Exemple #2
0
 /**
  * tearDown
  *
  * @return void
  * @access protected
  * @see    ____func_see____
  * @since  1.0.0
  */
 protected function tearDown()
 {
     parent::tearDown();
     if ($this->checkTestName()) {
         $this->doRestoreDb();
     }
 }
Exemple #3
0
 protected function tearDown()
 {
     $this->clearEntity($this->order);
     $this->clearEntity($this->currency);
     parent::tearDown();
 }