protected $testRunResultsStorage;
/**
* {@inheritdoc}
*/
public function setUp(): void
{ parent::
setUp();
$this->connection = Database::
getConnection();
$this->testRunResultsStorage =
new SimpletestTestRunResultsStorage($this->connection
);
$this->testRunResultsStorage->
buildTestingResultsEnvironment(FALSE
);
} /**
* @covers ::createNew
* @covers ::get
* @covers ::id
* @covers ::insertLogEntry
* @covers ::setDatabasePrefix
* @covers ::getDatabasePrefix
* @covers ::getTestClass
*/