Exemplo n.º 1
0
 function endTest()
 {
     $folder = new Folder(TMP);
     $folder->delete(ROOT . DS . APP_DIR . DS . 'webroot' . DS . 'files' . DS . 'test_upload');
     $folder->delete(ROOT . DS . APP_DIR . DS . 'tmp' . DS . 'tests' . DS . 'path');
     Classregistry::flush();
     unset($this->TestUpload);
 }
 function endTest()
 {
     Classregistry::flush();
 }
Exemplo n.º 3
0
 function endTest()
 {
     Classregistry::flush();
     unset($this->TestUpload);
 }