php-actions / phpunit

Run PHPUnit tests in Github Actions.
108 stars 24 forks source link

Remove default bootstrap value #18

Closed PanCakeConnaisseur closed 3 years ago

PanCakeConnaisseur commented 3 years ago

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 3 years ago

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 3 years ago

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.