From f9c8bb15d125714311881d566794e7e3fcfa19ab Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 5 May 2017 11:54:52 +0100 Subject: [PATCH] Update post --- .../2017-05-04-fixing-drupal-simpletest-issues-with-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2017-05-04-fixing-drupal-simpletest-issues-with-docker.md b/source/_posts/2017-05-04-fixing-drupal-simpletest-issues-with-docker.md index 4c34509f..a648b933 100644 --- a/source/_posts/2017-05-04-fixing-drupal-simpletest-issues-with-docker.md +++ b/source/_posts/2017-05-04-fixing-drupal-simpletest-issues-with-docker.md @@ -89,7 +89,7 @@ Test run duration: 2 min 31 sec **Note:** In this example I have separate `nginx` and `php` containers, but I've tried and had the same issue when running Nginx and PHP-FPM in the same container - e.g. called `app` - and still needed to add `--url http://app` in order for the tests to run successfully. -I don’t know if this issue is macOS specfic (I know that [Drupal CI][2] is based on Docker, and I don’t know if it’s an issue) but I’m going to test also on my Ubuntu Desktop environment and investigate further and also compare the test run times for Docker in macOS, Docker in Ubuntu and within Drupal VM. +I don’t know if this issue is macOS specfic (I know that [Drupal CI][2] is based on Docker, and I don’t know if it’s an issue) but I’m going to test also on my Ubuntu Desktop environment and investigate further and also compare the test run times for Docker in macOS, Docker in Ubuntu and within Drupal VM. I’m also going to test this with PHPUnit tests with Drupal 8. [0]: https://www.docker.com [1]: https://www.drupalvm.com