示例#1
0
 public function testRunYiiApplication(CodeGuy $I)
 {
     $I->runPharCommand();
     $I->extractPharFile();
     $I->seeAllFilesCompiled();
 }