function SimpletestTestRunResultsStorage::__construct
SimpletestTestRunResultsStorage constructor.
Parameters
\Drupal\Core\Database\Connection $connection: The database connection to use for inserting assertions.
File
-
core/
lib/ Drupal/ Core/ Test/ SimpletestTestRunResultsStorage.php, line 22
Class
- SimpletestTestRunResultsStorage
- Implements a test run results storage compatible with legacy Simpletest.
Namespace
Drupal\Core\TestCode
public function __construct(protected Connection $connection) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.