コード例 #1
0
ファイル: ModuleCest.php プロジェクト: index0h/yii2-phar
 public function testRunYiiApplication(CodeGuy $I)
 {
     $I->runPharCommand();
     $I->extractPharFile();
     $I->seeAllFilesCompiled();
 }