BuildTestBase::$serverDocroot

Same name and namespace in other branches
  1. 9 core/tests/Drupal/BuildTests/Framework/BuildTestBase.php \Drupal\BuildTests\Framework\BuildTestBase::serverDocroot
  2. 8.9.x core/tests/Drupal/BuildTests/Framework/BuildTestBase.php \Drupal\BuildTests\Framework\BuildTestBase::serverDocroot
  3. 10 core/tests/Drupal/BuildTests/Framework/BuildTestBase.php \Drupal\BuildTests\Framework\BuildTestBase::serverDocroot

The docroot for the server process.

This stores the last docroot directory used to start the server process. We keep this information so we can restart the server if the desired docroot changes.

Type: string

File

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

Class

BuildTestBase
Provides a workspace to test build processes.

Namespace

Drupal\BuildTests\Framework

Code

private $serverDocroot = NULL;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.