function TaxonomyRevisionTest::setUp

Overrides KernelTestBase::setUp

File

core/modules/taxonomy/tests/src/Kernel/TaxonomyRevisionTest.php, line 39

Class

TaxonomyRevisionTest
Tests the new_revision setting of taxonomy vocabularies.

Namespace

Drupal\Tests\taxonomy\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->installEntitySchema('user');
  $this->installEntitySchema('taxonomy_term');
}

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