daniel-werner / laravel-schemacrawler

Laraver wrapper package for SchemaCrawler. Generate ER diagram for your Laravel application right from the database.
https://www.danielwerner.dev
MIT License
42 stars 3 forks source link

Change the tests to use snapshot assertions #7

Open daniel-werner opened 4 years ago

daniel-werner commented 4 years ago

Currently the tests only assert that the files are created, but doesn't asserts the file content. Improve the test assertions using https://github.com/spatie/phpunit-snapshot-assertions package.