https://github.com/chesszebra/docker-image-phpunit
A Docker image that runs phpunit
https://github.com/chesszebra/docker-image-phpunit
docker php phpunit
Last synced: 2 months ago
JSON representation
A Docker image that runs phpunit
- Host: GitHub
- URL: https://github.com/chesszebra/docker-image-phpunit
- Owner: chesszebra
- License: mit
- Created: 2017-09-10T21:03:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T22:03:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T09:25:20.981Z (4 months ago)
- Topics: docker, php, phpunit
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# docker-image-phpunit
[](https://travis-ci.org/chesszebra/docker-image-phpunit)
This repository contains the Docker image used to run phpunit.
## Usage
Run phpunit:
```bash
docker run --rm -it -v $(pwd):/data chesszebra/phpunit
```