public function IdMapTableNoDummyTest::setUp in Drupal 9
Same name and namespace in other branches
- 8 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 24
Class
- IdMapTableNoDummyTest
- Test that no dummy migrate_map tables are created.
Namespace
Drupal\Tests\migrate_drupal\KernelCode
public function setUp() : void {
parent::setUp();
$this->pluginManager = $this->container
->get('plugin.manager.migration');
$this->pluginManager
->createInstance('d6_user');
}