phpunit-docker icon indicating copy to clipboard operation
phpunit-docker copied to clipboard

DEPRECATED :package: Docker image to use PHPUnit as CLI.

Results 15 phpunit-docker issues
Sort by recently updated
recently updated
newest added

Add phpunit latest version

*Current situation:* phpunit is put under `/tmp`, which causes issues, when running this container with an externally mounted `/tmp` (e.g. Gitlab Runners). *Proposal:* Move phpunit to `/opt`, which is a...

I'm trying to run a simple test in my project but I'm stuck on autoload problems. How do I run this image? Simply doing: `docker run --rm -v ${PWD}:/app --rm...

Hi PHPUnit community! This project was created 3 years ago! It's time for me to remake and automate! Soon! Sorry for my bad reactivity!

Hi there Unable to pull phpunit/phpunit:7.4.0 Forgot to tag? Regards Fred

I'm pretty sure it's because PHPUnit 8 requires PHP 7.2 or later???

Hello, on docker hub there is no phpunit 7 https://hub.docker.com/r/phpunit/phpunit/ Only 5 and 6 versions available?

While using composer for installing phpunit is appreciated, it shouldn't be included in the final image. Since the main point of `phphunit/phpunit` is a functional phpunit runable, composer should be...

When running from my local machine I return in ~5 seconds, when I run tests from the docker container it ends up taking ~3 minutes. From docker run command: ```...