function TaxonomyParentUpdateTest::setUp

Overrides UpdatePathTestBase::setUp

File

core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php, line 27

Class

TaxonomyParentUpdateTest
Ensure that the taxonomy updates are running as expected.

Namespace

Drupal\Tests\taxonomy\Functional\Update

Code

protected function setUp() {
    parent::setUp();
    $this->db = $this->container
        ->get('database');
}

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