php-actions / phpunit

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

Make bootstrap an argument #4

Closed pres closed 4 years ago

pres commented 4 years ago

Make it possible to specify a different location or name for the bootstrap/autoload.php file.

g105b commented 4 years ago

This is great, thank you for your input. I'm going to test that it works fine by executing it on a project I'm working on currently: https://github.com/Authwave/php-client - I'll create a branch called phpunit-bootstrap there, adjust the action to use this PR branch, then check everything works nicely.

I'll report back in a few minutes.

g105b commented 4 years ago

Would you look at that: https://github.com/Authwave/php-client/runs/487302638?check_suite_focus=true

A passing test run using your pull request. This closes #5.

Thanks so much for your contribution!