Playground BDD
It is the playground for learning how to use bdd with php
Init Project
make init
Run Project
make up
Run Tests
Behat
docker-compose exec app vendor/bin/behat
PHPUnit
docker-compose exec app bin/phpunit
It is the playground for learning how to use bdd with php
make init
make up
docker-compose exec app vendor/bin/behat
docker-compose exec app bin/phpunit