Skip to content

mehtatejas/phpunit-laravel-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

Dockerfile for testing Laravel applications with PHPUnit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published