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
642 stars 71 forks source link

Apply PCRE_UTF8 for cleaning filename #147

Closed su-kun1899 closed 2 years ago

su-kun1899 commented 2 years ago

If PCRE_UTF8 is not used in the filename cleaning process, unexpected characters may be erased. I found this when using Japanese in the data set.

freekmurze commented 2 years ago

Thanks!