Laravel test coverage with php-code-coverage – Part 1

If you are developing a project in Laravel you are probably (should?) be using phpunit to execute tests. This tutorial will guide you through setting up a graphical representation of your test coverage so that you can see which lines of your logic are not being tested.

Continue reading “Laravel test coverage with php-code-coverage – Part 1”