Running Drupal’s PHPUnit test suites on DDEV
Friday 12, October 2018
Friday 12, October 2018
mglaman
DDEV is a local development stack built on top of Docker. It gives you all of your environment needs without messy configured on your host machine, without needing to know Docker or configure your own containers. Which is great, and makes life easier. Instead of just using DDEV to develop your site or application locally, why not also run your tests within it?