Source code for https://marc.guyer.me/posts/mezzio-example/introduction
composer test
A DockerFile
is included in the root of this project that can be used to create a Docker image. Using that Docker image, you can then run tests using the php version specified by the DockerFile.
docker build -t mezzio-doctrine-oauth2-example .
docker run --rm --interactive --tty --volume $PWD:/app mezzio-doctrine-oauth2-example composer test