Phpunit Tips And Tricks
Real time testing
Just when you need a real time testing like npm run watch this is the stuff
https://github.com/spatie/phpunit-watcher
Install:
composer require spatie/phpunit-watcher --dev
Usage :
vendor/bin/phpunit-watcher watch
Running Artisan migrate Fresh after each test
after reading this https://medium.com/helpspace/fresh-database-once-befor-testing-starts-faa2b10dc76f