Skip to content
Snippets Groups Projects
Verified Commit b8047dec authored by quietone's avatar quietone
Browse files

Issue #3466289 by catch, benjifisher, smustgrave: MigrateNoMigrateDrupalTest...

Issue #3466289 by catch, benjifisher, smustgrave: MigrateNoMigrateDrupalTest fails with missing classes in certain situations

(cherry picked from commit 984772a9)
parent 9048455c
No related branches found
No related tags found
6 merge requests!12523Issue #3493858 by vidorado, xavier.masson, smustgrave: Extend ViewsBlockBase...,!122353526426-warning-for-missing,!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #271315 passed
......@@ -30,7 +30,7 @@ public function execute() {
if ($definitions['node_migration_no_migrate_drupal']['label'] !== 'Node Migration No Migrate Drupal') {
throw new InvalidPluginDefinitionException('node_migration_no_migrate_drupal');
}
$migrations = $migration_plugin_manager->createInstances('');
$migrations = $migration_plugin_manager->createInstances('node_migration_no_migrate_drupal');
$result = (new MigrateExecutable($migrations['node_migration_no_migrate_drupal']))->import();
if ($result !== MigrationInterface::RESULT_COMPLETED) {
throw new \RuntimeException('Migration failed');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment