You are here

private property BuildTestBase::$serverProcess in Drupal 9

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

The process that's running the HTTP server.

Type: \Symfony\Component\Process\Process

See also

self::standUpServer()

self::stopServer()

File

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

Class

BuildTestBase
Provides a workspace to test build processes.

Namespace

Drupal\BuildTests\Framework

Code

private $serverProcess = NULL;