Loading core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php +3 −3 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ public function providerTestNoCommentTypeMigration() { 'Disabled source modules' => ['node'], 'Expected messages' => [ 'error' => [ 'Migration d6_comment_type did not meet the requirements. The node module is not enabled in the source site.', 'Migration d6_comment_type did not meet the requirements. The node module is not enabled in the source site. source_module_additional: node.', ], ], ], Loading @@ -127,7 +127,7 @@ public function providerTestNoCommentTypeMigration() { 'Disabled source modules' => ['comment'], 'Expected messages' => [ 'error' => [ 'Migration d6_comment_type did not meet the requirements. The module comment is not enabled in the source site.', 'Migration d6_comment_type did not meet the requirements. The module comment is not enabled in the source site. source_module: comment.', ], ], ], Loading @@ -135,7 +135,7 @@ public function providerTestNoCommentTypeMigration() { 'Disabled source modules' => ['comment', 'node'], 'Expected messages' => [ 'error' => [ 'Migration d6_comment_type did not meet the requirements. The module comment is not enabled in the source site.', 'Migration d6_comment_type did not meet the requirements. The module comment is not enabled in the source site. source_module: comment.', ], ], ], Loading core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php +3 −3 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ public function providerTestNoCommentTypeMigration() { 'Disabled source modules' => ['node'], 'Expected messages' => [ 'error' => [ 'Migration d7_comment_type did not meet the requirements. The node module is not enabled in the source site.', 'Migration d7_comment_type did not meet the requirements. The node module is not enabled in the source site. source_module_additional: node.', ], ], ], Loading @@ -133,7 +133,7 @@ public function providerTestNoCommentTypeMigration() { 'Disabled source modules' => ['comment'], 'Expected messages' => [ 'error' => [ 'Migration d7_comment_type did not meet the requirements. The module comment is not enabled in the source site.', 'Migration d7_comment_type did not meet the requirements. The module comment is not enabled in the source site. source_module: comment.', ], ], ], Loading @@ -141,7 +141,7 @@ public function providerTestNoCommentTypeMigration() { 'Disabled source modules' => ['comment', 'node'], 'Expected messages' => [ 'error' => [ 'Migration d7_comment_type did not meet the requirements. The module comment is not enabled in the source site.', 'Migration d7_comment_type did not meet the requirements. The module comment is not enabled in the source site. source_module: comment.', ], ], ], Loading core/modules/migrate/src/MigrateExecutable.php +2 −1 Original line number Diff line number Diff line Loading @@ -164,10 +164,11 @@ public function import() { catch (RequirementsException $e) { $this->message->display( $this->t( 'Migration @id did not meet the requirements. @message', 'Migration @id did not meet the requirements. @message @requirements', [ '@id' => $this->migration->id(), '@message' => $e->getMessage(), '@requirements' => $e->getRequirementsString(), ] ), 'error' Loading Loading
core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php +3 −3 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ public function providerTestNoCommentTypeMigration() { 'Disabled source modules' => ['node'], 'Expected messages' => [ 'error' => [ 'Migration d6_comment_type did not meet the requirements. The node module is not enabled in the source site.', 'Migration d6_comment_type did not meet the requirements. The node module is not enabled in the source site. source_module_additional: node.', ], ], ], Loading @@ -127,7 +127,7 @@ public function providerTestNoCommentTypeMigration() { 'Disabled source modules' => ['comment'], 'Expected messages' => [ 'error' => [ 'Migration d6_comment_type did not meet the requirements. The module comment is not enabled in the source site.', 'Migration d6_comment_type did not meet the requirements. The module comment is not enabled in the source site. source_module: comment.', ], ], ], Loading @@ -135,7 +135,7 @@ public function providerTestNoCommentTypeMigration() { 'Disabled source modules' => ['comment', 'node'], 'Expected messages' => [ 'error' => [ 'Migration d6_comment_type did not meet the requirements. The module comment is not enabled in the source site.', 'Migration d6_comment_type did not meet the requirements. The module comment is not enabled in the source site. source_module: comment.', ], ], ], Loading
core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php +3 −3 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ public function providerTestNoCommentTypeMigration() { 'Disabled source modules' => ['node'], 'Expected messages' => [ 'error' => [ 'Migration d7_comment_type did not meet the requirements. The node module is not enabled in the source site.', 'Migration d7_comment_type did not meet the requirements. The node module is not enabled in the source site. source_module_additional: node.', ], ], ], Loading @@ -133,7 +133,7 @@ public function providerTestNoCommentTypeMigration() { 'Disabled source modules' => ['comment'], 'Expected messages' => [ 'error' => [ 'Migration d7_comment_type did not meet the requirements. The module comment is not enabled in the source site.', 'Migration d7_comment_type did not meet the requirements. The module comment is not enabled in the source site. source_module: comment.', ], ], ], Loading @@ -141,7 +141,7 @@ public function providerTestNoCommentTypeMigration() { 'Disabled source modules' => ['comment', 'node'], 'Expected messages' => [ 'error' => [ 'Migration d7_comment_type did not meet the requirements. The module comment is not enabled in the source site.', 'Migration d7_comment_type did not meet the requirements. The module comment is not enabled in the source site. source_module: comment.', ], ], ], Loading
core/modules/migrate/src/MigrateExecutable.php +2 −1 Original line number Diff line number Diff line Loading @@ -164,10 +164,11 @@ public function import() { catch (RequirementsException $e) { $this->message->display( $this->t( 'Migration @id did not meet the requirements. @message', 'Migration @id did not meet the requirements. @message @requirements', [ '@id' => $this->migration->id(), '@message' => $e->getMessage(), '@requirements' => $e->getRequirementsString(), ] ), 'error' Loading