function SimpletestTestForm::create
Overrides FormBase::create
1 call to SimpletestTestForm::create()
- SimpletestResultsForm::submitForm in core/
modules/ simpletest/ src/ Form/ SimpletestResultsForm.php - Form submission handler.
File
-
core/
modules/ simpletest/ src/ Form/ SimpletestTestForm.php, line 35
Class
- SimpletestTestForm
- List tests arranged in groups that can be selected and run.
Namespace
Drupal\simpletest\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('renderer'), $container->get('test_discovery'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.