I tried enabling Heroku CI on a Heroku pipeline linked to this repository, however the CI run failed with:
-----> Running PHP buildpack tests...
realpath: vendor/bin: No such file or directory
Trying to auto-detect test framework; first match will be found. You may use composer script 'test', or app.json, to specify what to run.
No tests found. Please use composer script 'test', or app.json, to specify what to run.
-----> PHP buildpack tests failed with exit status 1
FWIW, the error message is not the cause for no tests being found (it's due to the cwd being the buildpack dir when the .profile.d scripts get executed).
I tried enabling Heroku CI on a Heroku pipeline linked to this repository, however the CI run failed with:
(see https://dashboard.heroku.com/pipelines/fd8213bf-4356-40a1-aab8-c7042a64713e/tests/1)
I think it would be useful to add some example tests to this repo, since: