These are Docker containers used to test my VIES package on https://github.com/DragonBe/vies
274
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.
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.
Content type
Image
Digest
Size
165.2 MB
Last updated
over 6 years ago
docker pull dragonbe/vies-php