示例#1
0
 public static function tearDownAfterClass()
 {
     // Enable back FirePHP
     KBIDebug::setEnabled(true);
     // TODO: solve The process cannot access the file 'results_DD_20130701-10631.xml' because it is being used by another process.'
     // self::$object->unregister();
 }
示例#2
0
 protected function tearDown()
 {
     KBIDebug::setEnabled(true);
     unset($this->object);
 }