JulienBreux / phpunit-docker

DEPRECATED :package: Docker image to use PHPUnit as CLI.
https://hub.docker.com/r/phpunit/phpunit/
MIT License
47 stars 28 forks source link

move phpunit from under /tmp elsewhere (e.g., /opt) #94

Open tagirb opened 4 years ago

tagirb commented 4 years ago

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 standard root for optional packages and is not normally overridden with a mount.