function MigrateTaxonomyTermStubTest::setUp
Overrides MigrateDrupalTestBase::setUp
File
-
core/
modules/ taxonomy/ tests/ src/ Kernel/ Migrate/ MigrateTaxonomyTermStubTest.php, line 28
Class
- MigrateTaxonomyTermStubTest
- Test stub creation for taxonomy terms.
Namespace
Drupal\Tests\taxonomy\Kernel\MigrateCode
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('taxonomy_term');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.