Pestphp fails to run tests

522 Views Asked by At

I just installed the version 1.21 of pestphp/pest for a small php library.

Installations works until I try running ./vendor/bin/pest

I keep getting this error: Exclusive locks are not supported for this stream

Research on this error has proven unsuccessful as I could not find a similar case.

Please let me know if you've experienced this before and how you fixed it.

Thanks!

1

There are 1 best solutions below

0
On

I have figured out the issue.

I was running the application from the htdocs of the vm version of xampp running on my laptop.

Taking the project out of here into another directory solved this issue.

Hope this saves someone else some time.