function ElementsLabelsTest::setUp
Overrides KernelTestBase::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.