- Start docker
make restart
- Enter in container
make enter
course_code
- Enter in dir
cd 01-refactoring-smelly-mars-rover
composer install
phpunit
cd 02-refactoring-video-store
composer install
phpunit
cd 03-refactoring-to-hexagonal-architecture
composer install
phpunit
cd 04-refactoring-to-hexagonal-architecture-2
composer install
phpunit