function WeightTest::setUp
Overrides KernelTestBase::setUp
File
- 
              core/tests/ Drupal/ KernelTests/ Core/ Render/ Element/ WeightTest.php, line 25 
Class
- WeightTest
- @coversDefaultClass \Drupal\Core\Render\Element\Weight[[api-linebreak]] @group Render
Namespace
Drupal\KernelTests\Core\Render\ElementCode
protected function setUp() : void {
  parent::setUp();
  $this->installConfig([
    'system',
  ]);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
