psalm / codeception-psalm-module

Codeception module providing assertions and Gherkin snippets to help with Psalm acceptance testing
MIT License
5 stars 7 forks source link

Use variable file names #30

Closed weirdan closed 3 years ago

weirdan commented 3 years ago

BREAKING CHANGE: 'default_file' config value is not honored anymore

Instead the file name is now generated from the hash of the file content. This makes it feasible to use Psalm cache (see vimeo/psalm#4787 for details).