Skip to content

Safe-Security/docker-phpunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published