You are here

protected function MigrateRdfMappingTest::setUp in Drupal 9

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

Overrides MigrateDrupal7TestBase::setUp

File

core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php, line 29

Class

MigrateRdfMappingTest
Tests RDF mappings migration from Drupal 7 to 8.

Namespace

Drupal\Tests\rdf\Kernel\Migrate\d7

Code

protected function setUp() : void {
  parent::setUp();
  $this
    ->installConfig(static::$modules);
  $this
    ->executeMigrations([
    'd7_node_type',
    'd7_taxonomy_vocabulary',
    'd7_rdf_mapping',
  ]);
}