You are here

protected function MigrationPluginManagerTest::setUp in Drupal 10

Same name in this branch
  1. 10 core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php \Drupal\Tests\migrate\Unit\MigrationPluginManagerTest::setUp()
  2. 10 core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php \Drupal\Tests\migrate\Kernel\MigrationPluginManagerTest::setUp()
Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php \Drupal\Tests\migrate\Kernel\MigrationPluginManagerTest::setUp()

File

core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php, line 29

Class

MigrationPluginManagerTest
Tests the migration plugin manager.

Namespace

Drupal\Tests\migrate\Kernel

Code

protected function setUp() : void {
  parent::setUp();
  $this->migrationPluginManager = \Drupal::service('plugin.manager.migration');
}