function ContentTranslationUpdateTest::setUp

Overrides UpdatePathTestBase::setUp

File

core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php, line 43

Class

ContentTranslationUpdateTest
Tests the upgrade path for the Content Translation module.

Namespace

Drupal\Tests\content_translation\Functional\Update

Code

protected function setUp() {
    parent::setUp();
    $this->database = \Drupal::database();
    $this->entityDefinitionUpdateManager = \Drupal::entityDefinitionUpdateManager();
    $this->state = \Drupal::state();
}

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