Skip to content

frederic100/FizzBuzz

Repository files navigation

FizzBuzz

Réalisation d'un FizzBuzz

Install

git clone [email protected]:frederic100/FizzBuzz.git

To Contribute to FizzBuzz

Requirements

  • docker
  • git

Unit test

bin/phpunit

Using Test-Driven Development (TDD) principles (thanks to Kent Beck and others), following good practices (thanks to Uncle Bob and others).

Manual tests

./start

have a local look at http://127.0.0.1:33080/ in your navigator

./stop

Quality

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

About

Realisation du FizzBuzz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published