/**
  * (non-PHPdoc)
  * @see tests/cbAbstractTests#tearDown()
  */
 protected function tearDown()
 {
     $this->_cbXMLGenerator = null;
     parent::tearDown();
 }
 /**
  * (non-PHPdoc)
  * @see tests/cbAbstractTests#tearDown()
  */
 protected function tearDown()
 {
     $this->_cbFDHandler = null;
     parent::tearDown();
 }
Esempio n. 3
0
 /**
  * (non-PHPdoc)
  * @see tests/cbAbstractTests#tearDown()
  */
 protected function tearDown()
 {
     parent::tearDown();
 }
 /**
  * (non-PHPdoc)
  * @see tests/cbAbstractTests#tearDown()
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->_mockXMLHandler = null;
     $this->_cbPluginError = null;
 }