matt-allan/laravel-code-style

Add snapshot tests

matt-allan opened this issue · 1 comments

Might be helpful to add tests using https://github.com/spatie/phpunit-snapshot-assertions to compare snapshots of formatted example code. This would give us a clean diff of what changed which should make testing changes to the config easier.

The tests using php-cs-fixer output a diff which seems good enough.