function SqlContentEntityStorageSchemaTest::setUp

Overrides EntityKernelTestBase::setUp

File

core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php, line 30

Class

SqlContentEntityStorageSchemaTest
@group Entity

Namespace

Drupal\KernelTests\Core\Entity\Sql

Code

protected function setUp() : void {
  parent::setUp();
  /** @var \Drupal\Core\KeyValueStore\KeyValueFactoryInterface $key_value_factory */
  $key_value_factory = $this->container
    ->get('keyvalue');
  $this->installedStorageSchema = $key_value_factory->get('entity.storage_schema.sql');
  $this->entityDefinitionUpdateManager = $this->container
    ->get('entity.definition_update_manager');
}

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