From 8256d909e35ebda6a8325363e775471f5ad5519d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 8 May 2017 21:34:07 +0100 Subject: [PATCH] Add meta description --- .../2017-05-05-fixing-drupal-simpletest-issues-with-docker.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_posts/2017-05-05-fixing-drupal-simpletest-issues-with-docker.md b/source/_posts/2017-05-05-fixing-drupal-simpletest-issues-with-docker.md index 7758efba..0755535b 100644 --- a/source/_posts/2017-05-05-fixing-drupal-simpletest-issues-with-docker.md +++ b/source/_posts/2017-05-05-fixing-drupal-simpletest-issues-with-docker.md @@ -7,6 +7,9 @@ tags: - simpletest - testing slug: fixing-drupal-simpletest-docker +meta: + og: + description: How I managed to get my Drupal SimpleTest tests to run and pass within Docker containers. --- {% block excerpt %} I’ve been a Drupal VM user for a long time, but lately I’ve been using a combination Drupal VM and Docker for my local development environment. There were a couple of issues preventing me from completely switching to Docker - one of which being that when I tried running of my Simpletest tests, a lot of them would fail where they would pass when run within Drupal VM.