function ViewsAddMissingLabelsUpdateTest::setUp
Same name in other branches
- 11.x core/modules/views/tests/src/Functional/Update/ViewsAddMissingLabelsUpdateTest.php \Drupal\Tests\views\Functional\Update\ViewsAddMissingLabelsUpdateTest::setUp()
Overrides UpdatePathTestBase::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\UpdateCode
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.