php-actions/phpunit

Remove default bootstrap value

PanCakeConnaisseur opened this issue · 2 comments

Is it possible to change this so that when no bootstrap: config is provided, no default value is used and --bootstrap is omitted? My bootstrap file is specified in phpunit.xml.dist already.

g105b commented

Hi @PanCakeConnaisseur ,

I've checked the PHPUnit docs and there shouldn't be a default value for this option, so I will remove its default value in the next update, and will close this issue when it's done.

Cheers,
Greg.

g105b commented

The default value has been dropped, and I am about to make a release to bring this change to the v7, v8 and v9 tags.