laracasts / Lets-Build-a-Forum-in-Laravel

http://laracasts.com/series/lets-build-a-forum-with-laravel
914 stars 311 forks source link

Update phpunit.xml to include reports #14

Closed MadMikeyB closed 5 years ago

MadMikeyB commented 7 years ago

This Pull Request aims to introduce coverage and testdox into the PHPUnit - a great demonstration of why Testing is akin to Documentation. Especially testdox.

All you have to do is run PHPUnit and then visit forum.dev/tests/ or forum.dev/tests/coverage/

MadMikeyB commented 7 years ago

PS, I'm aware that this is most likely a read-only repository - but I thought this may be a cool thing to include for a future screencast.