Yaffs site version 1.1
[yaffs-website] / web / modules / contrib / migrate_plus / tests / src / Kernel / MigrationGroupTest.php
index 42c1f9f8feba9f0a1abe8055958def5892bd9899..4cdd55253b5b8d1bfe82a1cce9ddc3b4e901f2dd 100644 (file)
@@ -76,7 +76,7 @@ class MigrationGroupTest extends KernelTestBase {
       'destination' => ['plugin' => 'field_storage_config'],
     ];
     /** @var \Drupal\migrate\Plugin\MigrationInterface $loaded_migration */
-    $loaded_migration = $this->container->get('plugin.manager.config_entity_migration')
+    $loaded_migration = $this->container->get('plugin.manager.migration')
       ->createInstance('specific_migration');
     foreach ($expected_config as $key => $expected_value) {
       $actual_value = $loaded_migration->get($key);