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

Allow passing ini settings to PHP #295

Open
wants to merge 1 commit into
base: v7.x
Choose a base branch
from

Conversation

JeroenVanOort
Copy link

I'm pretty sure this would solve the problem explained in #284 . It works with both

php -d pcov.enabled=1 artisan test --coverage -d pcov.enabled=1

and

php -d pcov.enabled=1 artisan test --parallel --coverage -d pcov.enabled=1. I did not try pest, though.

I don't see an easy way to put this under test. Does anyone has an idea for that? Or would it be ok to not have it under test?

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.

1 participant