Example #1
0
 public function testPHPFixer(\CodeGuy $I)
 {
     $file = $I->processFileEventByComponent(new Fixer(), ['include', 'realpath.php']);
     $I->seeFixedFile($file);
     $I->removeTemporaryFile($file);
 }