- Download the code using GIT or with the downloading the zip link
- Go into the folder of the kata you want to practice. Eg: cd fizz-buzz
First option: I already have installed PHP 7 and composer
make dependencies
make tests
make coverage
Second option: I already have installed docker
make docker-build
make docker-tests
make docker-coverage
Good kata to start doing TDD
Easy kata to continue with TDD
Easy kata to practice the importance of the test order.
Kata to start practicing with mocks and stubs.
Kata to practice tests doubles
Good kata to practice outside-in TDD.