Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 173 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 173 Bytes

set up

docker build -t php-fpm-82 .
docker run -it --rm -v "$PWD":/var/www php-fpm-82 bash
composer install

execute unit test

./vendor/bin/phpunit tests/