You are here

protected function EntityFormDisplayTest::setUp in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php \Drupal\Tests\field_ui\Kernel\EntityFormDisplayTest::setUp()

Overrides KernelTestBase::setUp

File

core/modules/field_ui/tests/src/Kernel/EntityFormDisplayTest.php, line 32

Class

EntityFormDisplayTest
Tests the entity display configuration entities.

Namespace

Drupal\Tests\field_ui\Kernel

Code

protected function setUp() {
  parent::setUp();
  $this
    ->installEntitySchema('entity_test');
}