Beispiel #1
0
 /**
  * Clean up after yourself
  *
  * @return void
  * @access public
  */
 public function endTest()
 {
     $Configure = Configure::getInstance();
     $Configure = $this->_Configure;
     MiCache::clear();
 }