function ElementsLabelsTest::setUp

Same name and namespace in other branches
  1. main core/modules/system/tests/src/Kernel/Form/ElementsLabelsTest.php \Drupal\Tests\system\Kernel\Form\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\Form

Code

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.