function ElementsLabelsTest::setUp
Same name and namespace in other branches
- 11.x core/modules/system/tests/src/Kernel/Form/ElementsLabelsTest.php \Drupal\Tests\system\Kernel\Form\ElementsLabelsTest::setUp()
File
-
core/
modules/ system/ tests/ src/ Kernel/ Form/ ElementsLabelsTest.php, line 27
Class
- ElementsLabelsTest
- Tests form element labels, required markers and associated output.
Namespace
Drupal\Tests\system\Kernel\FormCode
protected function setUp() : void {
parent::setUp();
$this->installConfig([
'filter',
'system',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.