This project is the source code of alamirault/fftt-api.
Run docker environment
docker-compose up -d
Go inside container
docker exec -it use-fftt-api-refacto_php_1 bash
Install dependencies
composer i
Run tests (phpunit, php-cs-fixer, phpstan)
composer tests