Add link to documentation page
This commit is contained in:
parent
01a13ad4e2
commit
7bf8ee6793
|
@ -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
|
> simplexml_import_dom(): Invalid Nodetype to import
|
||||||
|
|
||||||
|
**Update:** I later found that <https://www.drupal.org/docs/7/testing/running-tests-through-command-line#troubleshooting> 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:
|
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
|
> curl: (7) Failed to connect to localhost port 80: Connection refused
|
||||||
|
|
Reference in a new issue