Closed (fixed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
migration system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2022 at 13:55 UTC
Updated:
26 Jan 2022 at 12:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
alexpottThese classes broken plugin discovered because their namespaced class is \Drupal\migrate_state_active_test\Plugin\migrate\field\d7\FieldLeft and \Drupal\migrate_state_active_test\Plugin\migrate\field\d7\FieldRight but their locations are core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/src/Plugin/migrate/field/FieldLeft.php and core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/src/Plugin/migrate/field/FieldRight.php.
So the module name is wrong and the /d7/ is too.
Comment #3
alexpottThese were added in #2936365: Migrate UI - allow modules to declare the state of their migrations but I don't think they've actually been necessary for the tests to work as expected.
Comment #4
andypostI see no usage of this broken plugins
Comment #5
quietone commentedAgree, these are not used. Looks like I added them when I started playing with the test but migrate field plugins aren't needed by the test. Don't know what I was thinking.
Comment #8
catchCommitted/pushed to 10.0.x and cherry-picked to 9.4.x, thanks!