Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Feb 22, 2024
1 parent 87ef866 commit 37ad152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/make_compatible_with_phpunit9.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
array_values($patternToReplacementMap),
$fileContents
);
echo "\n=================================================\n$updatedFileContents\n=================================================================\n";
if (file_put_contents($file->getPathname(), $updatedFileContents) === false) {
throw new \RuntimeException('file_put_contents() failed: ' . $file->getPathname());
}
Expand Down

0 comments on commit 37ad152

Please sign in to comment.