Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 660 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 660 Bytes

Docker packages for VIES

This repository contains Docker container images used for testing my dragonbe/vies composer package.

They are based off the official php container images with the addition of the php-soap extension.

Usage

Go to the project root of your vies installation and run the container straight from the command line.

docker run -it --rm --name vies-test -v "$PWD":/usr/src/myapp -w /usr/src/myapp dragonbe/vies-php:7.4-cli vendor/bin/phpunit --no-coverage

These containers are provided as-is and are licensed under a MIT licence.