Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.07 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.07 KB

Refactoring Katas

Init

  • 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