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

Use PHPUnit attributes #187

Closed simonhammes closed 6 months ago

simonhammes commented 6 months ago

Fixes #186

I did not fix the other deprecation warnings caused by the deprecation of getMockForTrait() since this probably requires a larger refactoring.

freekmurze commented 6 months ago

Thanks!