An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# docker-image-phpunit

[![Build Status](https://travis-ci.org/chesszebra/docker-image-phpunit.svg?branch=master)](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
```