Introduction to PHP with unit testing using PHP Unit with the course indicated on the link https://www.youtube.com/playlist?list=PL0m0TPnF-iCGkpyJP6_uNaWU2xSy6a3I2. It uses docker-compose and PHP Unit
docker-compose up --build
docker-compose up
docker-compose exec web ./vendor/bin/phpunit
docker-compose exec web ./vendor/bin/phpunit --coverage-html myCoverageHTML
The reoort will be generated on "myCoverageHTML" folder, on index.html file