Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 473 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 473 Bytes

Docker image for testing Laravel applications with PHPUnit

Inspired by https://github.com/nielsvandoorn/docker-laravel-phpunit

Running tests

Run the following command to run tests within the docker image:

docker run -v $(pwd):/app --rm nielsvdoorn/laravel-phpunit:latest ./vendor/bin/phpunit --configuration phpunit.xml tests

Troubleshooting / Issues / Contributing

Feel free to open an issue in this repository. Contributions are also more than welcome.