Add meta description
This commit is contained in:
parent
c362b9fc30
commit
8256d909e3
|
@ -7,6 +7,9 @@ tags:
|
||||||
- simpletest
|
- simpletest
|
||||||
- testing
|
- testing
|
||||||
slug: fixing-drupal-simpletest-docker
|
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 %}
|
{% 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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue