function EntityFormDisplayTest::setUp
Overrides KernelTestBase::setUp
File
- 
              core/modules/ field_ui/ tests/ src/ Kernel/ EntityFormDisplayTest.php, line 36 
Class
- EntityFormDisplayTest
- Tests the entity display configuration entities.
Namespace
Drupal\Tests\field_ui\KernelCode
protected function setUp() : void {
  parent::setUp();
  $this->installEntitySchema('action');
  $this->installConfig('user');
  $this->installEntitySchema('entity_test');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
