function MemoryTestRunResultsStorageTest::testBuildNewEnvironment
Tests build new environment.
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Test/ MemoryTestRunResultsStorageTest.php, line 40
Class
Namespace
Drupal\KernelTests\Core\TestCode
public function testBuildNewEnvironment() : void {
$this->testRunResultsStorage
->buildTestingResultsEnvironment(FALSE);
$this->assertTrue($this->testRunResultsStorage
->validateTestingResultsEnvironment());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.