function IdMapTableNoDummyTest::setUp

Same name in other branches
  1. 9 core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php \Drupal\Tests\migrate_drupal\Kernel\IdMapTableNoDummyTest::setUp()
  2. 8.9.x core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php \Drupal\Tests\migrate_drupal\Kernel\IdMapTableNoDummyTest::setUp()
  3. 11.x core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php \Drupal\Tests\migrate_drupal\Kernel\IdMapTableNoDummyTest::setUp()

Overrides MigrateDrupal6TestBase::setUp

File

core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php, line 26

Class

IdMapTableNoDummyTest
Test that no dummy migrate_map tables are created.

Namespace

Drupal\Tests\migrate_drupal\Kernel

Code

protected function setUp() : void {
    parent::setUp();
    $this->pluginManager = $this->container
        ->get('plugin.manager.migration');
    $this->pluginManager
        ->createInstance('d6_user');
}

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