You are here

private static property BuildTestBase::$hostName in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/BuildTests/Framework/BuildTestBase.php \Drupal\BuildTests\Framework\BuildTestBase::hostName

Our native host name, used by PHP when it starts up the server.

Requests should always be made to 'localhost', and not this IP address.

Type: string

File

core/tests/Drupal/BuildTests/Framework/BuildTestBase.php, line 107

Class

BuildTestBase
Provides a workspace to test build processes.

Namespace

Drupal\BuildTests\Framework

Code

private static $hostName = '127.0.0.1';