コード例 #1
0
ファイル: ComponentsCest.php プロジェクト: index0h/yii2-phar
 public function testPHPMinimize(\CodeGuy $I)
 {
     $file = $I->processFileEventByComponent(new Minimize(), ['include', 'realpath.php']);
     $I->seeMinimizedFile($file, ['include', 'realpath.php']);
     $I->removeTemporaryFile($file);
 }