Replies: 2 comments 8 replies
|
I we had setting in composer.json "config.bin-dir". When I removed the setting it put the bin in vendor/bin and suddenly it works. So I ques this is actually a bug in pest/ |
0 replies
|
same here, but my location of bin files is
and
i never had an issue with PhpUnit suite. |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to start to use pest
I follow https://pestphp.com/docs/installation. Under this step
./vendor/bin/pest --init. I dont have this bin, but I havebin/pestand./vendor/pestphp/pest/bin/pest. Both of these seem like aliases to phpunit.--init don't work
I wanted to check installed version
And I want to check --help
All reactions