Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 270 Bytes

DEVELOPMENT.md

File metadata and controls

12 lines (9 loc) · 270 Bytes

Development

# 1. Build docker image for developing (first time only)
$ docker-compose build

# 2. Composer installing (first time only)
$ docker-compose run --rm php composer install

# 3. Execute phpunit
$ docker-compose run --rm php vendor/bin/phpunit