Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 329 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 329 Bytes

PHPUnit Docker Image

A containerized version of the PHPUnit framework to run your Unit tests without any additional dependencies

Usage

# Print the version
docker run --rm safesecurity/phpunit:latest --version

# Mount a directory and run tests
docker run --rm -v "$PWD/tests:/app" safesecurity/phpunit:latest