- Issue created by @catch
- 🇫🇷France guignonv
Maybe you could try a different command line from parent directory:
./vendor/bin/phpunit -c ./core ./modules/contrib/
or something like that, adapted to your directory structure.I had the same errors (Composer not found) and what worked for me was
./vendor/bin/phpunit -c ./web/core ./web/modules/contrib/
. I also added vendor/bin to my PATH but not sure it helped.If it works that way then, maybe the online documentation → should be updated accordingly...