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

Support other types that can be valid JSON #166

Closed 27pchrisl closed 1 year ago

27pchrisl commented 1 year ago

This PR adds support for several PHP types that can be serialized to JSON.

freekmurze commented 1 year ago

Thanks!