From 7bf8ee6793b4c490516a1d7d3daa624f7af71dea Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 9 May 2017 09:10:50 +0100 Subject: [PATCH] Add link to documentation page --- .../2017-05-05-fixing-drupal-simpletest-issues-with-docker.md | 2 ++ 1 file changed, 2 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 0755535b..7587a8fc 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 @@ -73,6 +73,8 @@ Running the tests again with the`--verbose` option, I saw this message appear in > simplexml_import_dom(): Invalid Nodetype to import +**Update:** I later found that references this error message, but I didn’t see this page within my original search. + After checking that I had all of the required PHP extensions installed, I ran `docker-compose exec php bash` to connect to the `php` container and ran `curl http://localhost` to check the output. Rather than seeing the HTML for the site, I got this error message: > curl: (7) Failed to connect to localhost port 80: Connection refused