Réalisation d'un FizzBuzz
git clone [email protected]:frederic100/FizzBuzz.git
- docker
- git
bin/phpunit
Using Test-Driven Development (TDD) principles (thanks to Kent Beck and others), following good practices (thanks to Uncle Bob and others).
./start
have a local look at http://127.0.0.1:33080/ in your navigator
./stop
Some indicators that seem interesting.
- phpcs PSR12
- phpstan level 9
- coverage >=100%
- infection MSI >=100%
Quick check with:
./codecheck
Check coverage with:
bin/phpunit --coverage-html var
and view 'var/index.html' with your browser
Check infection with:
bin/infection
and view 'var/infection.html' with your browser