protected static function assertAllFixedInFile(File $phpcsFile) : void { $phpcsFile->disableCaching(); $phpcsFile->fixer ->fixFile(); self::assertStringEqualsFile(preg_replace('~(\\.php)$~', '.fixed\\1', $phpcsFile->getFilename()), $phpcsFile->fixer ->getContents()); }