function SimpletestTestForm::__construct

Constructs a new SimpletestTestForm.

Parameters

\Drupal\Core\Render\RendererInterface $renderer: The renderer.

\Drupal\simpletest\TestDiscovery $test_discovery: The test discovery service.

File

core/modules/simpletest/src/Form/SimpletestTestForm.php, line 50

Class

SimpletestTestForm
List tests arranged in groups that can be selected and run.

Namespace

Drupal\simpletest\Form

Code

public function __construct(RendererInterface $renderer, TestDiscovery $test_discovery) {
    $this->renderer = $renderer;
    $this->testDiscovery = $test_discovery;
}

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