The new test from the parent issue fails on Travis.

1) Drupal\Tests\domain\Functional\Views\ActiveDomainDefaultArgumentTest::testActiveDomainDefaultArgument
GuzzleHttp\Exception\ConnectException: cURL error 7: Failed to connect to example.com port 80: Connection refused (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)

This is because Travis runs on port 8080.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

agentrickard created an issue. See original summary.

agentrickard’s picture

Status: Active » Needs review
FileSize
1.4 KB
agentrickard’s picture

There are additional problems because elements of the test rely on DomainTestBase, which is not used.

1) Drupal\Tests\domain\Functional\Views\ActiveDomainDefaultArgumentTest::testActiveDomainDefaultArgument
Undefined property: Drupal\Tests\domain\Functional\Views\ActiveDomainDefaultArgumentTest::$baseHostname

Refactoring.

agentrickard’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.