function MemoryTestRunResultsStorage::buildTestingResultsEnvironment

File

core/tests/Drupal/TestTools/TestRunner/MemoryTestRunResultsStorage.php, line 114

Class

MemoryTestRunResultsStorage
Implements an in-memory test run results storage.

Namespace

Drupal\TestTools\TestRunner

Code

public function buildTestingResultsEnvironment(bool $keep_results) : void {
  if (!$keep_results) {
    $this->id = 1;
    $this->testId = [];
  }
}

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