spatie / pest-plugin-snapshots

Add snapshot testing capabilities to Pest
https://pestphp.com
MIT License
35 stars 11 forks source link

Error in pest after installing pest-plugin-snapshots #3

Closed happytodev closed 4 years ago

happytodev commented 4 years ago

On Windows 10 in Cmder via Laragon (PHP 7.4), I encounter this error when I ran ./bin/vendor/pest after I had installed pest-plugin-snapshots

image

It arrived with this pest's test :

image

If I remove this pest's plugin, bug doesn't appear anymore.

nunomaduro commented 4 years ago

Thanks for reporting this issue, you can follow the progress here: https://github.com/pestphp/pest/issues/53.

dimitrioskarvounaris commented 4 years ago

This issue is one I encountered and is already fixed with https://github.com/pestphp/pest/pull/61, as soon it will be merged.