Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support behat.dist.y[a]ml format #1464

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

uuf6429
Copy link

@uuf6429 uuf6429 commented May 5, 2024

Many common tools (phpunit, phpstan, php-cs-fixer) use config files like <toolname>.<ext>. To ease collaboration, they and Behat support checking for and using <toolname>.<ext>.dist.

However, those tools also support the <toolname>.dist.<ext>, which is arguably superior when it comes to extension conventions (e.g. IDEs need to be thought that .<ext>.dist is really of type .<ext>). This PR adds support for that to Behat too.


On a sidenote: none of those alternatives are mentioned in any Behat documentation - it seems to be limited to behat.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant