コード例 #1
0
 /**
  * Cleanup test lift files
  */
 public function tearDown()
 {
     $this->environ->clean();
     $this->environ->cleanupTestFiles($this->environ->project->getAssetsFolderPath());
 }