PHP Skeleton for Katas
A skeleton for build your Kata with Docker
Install console
Clone this repo
git clone https://github.com/ColomaRaul/php_kata_skeleton.git
Build the image
make build
Commands help
Build the image
make build
Install dependencies (if you need it)
make install
Run tests
make tests
Run coverage
make coverage
Let's code
Create a test in the dir tests
and the code in src
like the examples with the namespaces