function MemoryTestRunResultsStorage::cleanUp

File

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

Class

MemoryTestRunResultsStorage
Implements an in-memory test run results storage.

Namespace

Drupal\TestTools\TestRunner

Code

public function cleanUp() : int {
  $count = count($this->testId);
  $this->buildTestingResultsEnvironment(FALSE);
  return $count;
}

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