Esempio n. 1
0
 public function toDeleteFile(CliGuy $I)
 {
     $I->taskFileSystemStack()->stopOnFail()->remove('a.txt')->run();
     $I->dontSeeFileFound('a.txt');
 }