private static property BuildTestBase::$hostName in Drupal 8
Same name and namespace in other branches
- 9 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 106
Class
- BuildTestBase
- Provides a workspace to test build processes.
Namespace
Drupal\BuildTests\FrameworkCode
private static $hostName = '127.0.0.1';