/weather-kata

Solution to the weather-kata

Primary LanguagePHP

Weather kata

The goals is to identify the code smells and fix it.

You can check the complexity using

make complexity

or

make docker-complexity

Pre requisites

PHP 7.1 

or

docker

Run the tests locally

Install dependencies with composer:

composer install

Run the tests

make tests

Run the tests on docker container

Install dependencies with composer:

make docker-composer

Run the tests

make docker-tests