function ViewsAddMissingLabelsUpdateTest::setUp

Same name and namespace in other branches
  1. 10 core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php \Drupal\Tests\views\Functional\Update\ViewsAddMissingLabelsUpdateTest::setUp()

Overrides BrowserTestBase::setUp

File

core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php, line 38

Class

ViewsAddMissingLabelsUpdateTest
Tests the upgrade path for adding missing labels.

Namespace

Drupal\Tests\views\Functional\Update

Code

protected function setUp() : void {
    parent::setUp();
    $this->installModulesFromClassProperty($this->container);
}

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