/** * (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(); }
/** * (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; }