function MigrateTaxonomyTermStubTest::setUp
Same name in other branches
- 8.9.x core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php \Drupal\Tests\taxonomy\Kernel\Migrate\MigrateTaxonomyTermStubTest::setUp()
- 10 core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php \Drupal\Tests\taxonomy\Kernel\Migrate\MigrateTaxonomyTermStubTest::setUp()
- 11.x core/modules/taxonomy/tests/src/Kernel/Migrate/MigrateTaxonomyTermStubTest.php \Drupal\Tests\taxonomy\Kernel\Migrate\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.