spatie / phpunit-snapshot-assertions

A way to test without writing actual test cases
https://spatie.be/courses/testing-laravel-with-pest/snapshot-testing
MIT License
640 stars 70 forks source link

chmod snapshot folders and files #199

Closed Niolak closed 4 months ago

Niolak commented 4 months ago

Relates to https://github.com/spatie/phpunit-snapshot-assertions/issues/197

freekmurze commented 4 months ago

The tests are failing, could you take a look?

Niolak commented 4 months ago

Sure, tests are now ok! (Sorry I had not checked test results!)

freekmurze commented 4 months ago

Thanks!