lando-drupal8-test-debugging icon indicating copy to clipboard operation
lando-drupal8-test-debugging copied to clipboard

cURL error 6: Could not resolve host: drupal8phpunit

Open scubafly opened this issue 6 years ago • 1 comments

Could be only on my machine, if someone found this issue, the fix is to change The following line in phpunit.xml in /web/core/ <env name="SIMPLETEST_BASE_URL" value="http://drupal8phpunit.lando.site"/>

scubafly avatar Jul 05 '18 11:07 scubafly

This should have been set correctly during creation of the phpunit.xml, using the $LANDO_DOMAIN variable in the container. But here it seems to have been empty.

finnef avatar Jul 05 '18 11:07 finnef