function EntityDisplayTest::setUp

Overrides KernelTestBase::setUp

File

core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php, line 45

Class

EntityDisplayTest
Tests the entity display configuration entities.

Namespace

Drupal\Tests\field_ui\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->installEntitySchema('entity_test');
  $this->installEntitySchema('node');
  $this->installEntitySchema('user');
  $this->installConfig([
    'field',
    'node',
    'user',
  ]);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.