This is a personal small project, that accompanies a presentation I am doing in the TDD (http://slides.com/kifah/deck). It is based on:
- Docker/Docker-Compose
- PHP 7.1
- Symfony 3.3
- phpunit/behat
- Docker-machine and docker-compose installed
- Build the containers using
docker-compose build - run the containers using
docker-composer up -d - login into the php-piece with
docker exec -it php-api bash - Now you are inside and can run the unit tests using
phpunitor the behat tests usingvendor/bin/behat