/**
  * (non-PHPdoc)
  * @see tests/cbAbstractTests#tearDown()
  */
 protected function tearDown()
 {
     $this->_cbXMLGenerator = null;
     parent::tearDown();
 }
Пример #2
0
 /**
  * (non-PHPdoc)
  * @see tests/cbAbstractTests#tearDown()
  */
 protected function tearDown()
 {
     $this->_cbFDHandler = null;
     parent::tearDown();
 }
Пример #3
0
 /**
  * (non-PHPdoc)
  * @see tests/cbAbstractTests#tearDown()
  */
 protected function tearDown()
 {
     parent::tearDown();
 }
Пример #4
0
 /**
  * (non-PHPdoc)
  * @see tests/cbAbstractTests#tearDown()
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->_mockXMLHandler = null;
     $this->_cbPluginError = null;
 }