Running PHPUnit tests in a WordPress plugin with Docker

Running PHPUnit tests in a WordPress plugin with Docker

There are several resource about running PHPUnit tests in a WordPress plugin with Docker. Here I want to share how I do it. You can find the configuration files in Github. I explain how to create the development instance in 5 steps: The folder structure Build a docker image to host the WordPress site Configure […]

Running PHPUnit tests in a WordPress plugin with Docker Read More »