function SimpletestTestRunResultsStorage::__construct

Same name in other branches
  1. 11.x core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php \Drupal\Core\Test\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\Test

Code

public function __construct(Connection $connection) {
}

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