You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2025. It is now read-only.
Currently if you have a .dunitconfig with DUNIT_PHPVERSION="5.3 5.4" and you run ./vendor/bin/dunit -p "5.3" the config will "win" and PHP 5.3 & PHP 5.4 will be used. I would expect to win the CLI argument(s).
Proposal: Read config if there is one and overwrite parameters when there are specified from CLI.
Currently if you have a
.dunitconfigwithDUNIT_PHPVERSION="5.3 5.4"and you run./vendor/bin/dunit -p "5.3"the config will "win" and PHP 5.3 & PHP 5.4 will be used. I would expect to win the CLI argument(s).Proposal: Read config if there is one and overwrite parameters when there are specified from CLI.