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