You are here

protected function MigrateNodeTaxonomyTest::setUp in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php \Drupal\Tests\taxonomy\Kernel\Migrate\d7\MigrateNodeTaxonomyTest::setUp()
  2. 9 core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php \Drupal\Tests\taxonomy\Kernel\Migrate\d7\MigrateNodeTaxonomyTest::setUp()

Overrides MigrateDrupal7TestBase::setUp

File

core/modules/taxonomy/tests/src/Kernel/Migrate/d7/MigrateNodeTaxonomyTest.php, line 30

Class

MigrateNodeTaxonomyTest
@group taxonomy

Namespace

Drupal\Tests\taxonomy\Kernel\Migrate\d7

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->installEntitySchema('file');
  $this
    ->migrateTaxonomyTerms();
  $this
    ->migrateUsers(FALSE);
  $this
    ->executeMigration('d7_node:article');
}