Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 249 Bytes

File metadata and controls

16 lines (13 loc) · 249 Bytes

Setting Up Environment

Build Docker image

docker-compose build

Install dependencies

docker-compose run --rm php-cli composer install 

Testing Changes

docker-compose run --rm php-cli vendor/bin/phpunit tests