diff --git a/core/modules/book/migrations/d7_book.yml b/core/modules/book/migrations/d7_book.yml index 6afad9e..e46df60 100644 --- a/core/modules/book/migrations/d7_book.yml +++ b/core/modules/book/migrations/d7_book.yml @@ -14,7 +14,7 @@ process: method: process source: plid - - plugin: migration + plugin: migration_lookup migration: d7_book destination: plugin: book diff --git a/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php b/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php index 10eeba4..ae3d85c 100644 --- a/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php +++ b/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookConfigsTest.php @@ -6,7 +6,7 @@ use Drupal\Tests\SchemaCheckTestTrait; /** - * Upgrade variables to book.settings.yml. + * Tests the migration of Book settings. * * @group migrate_drupal_7 */ diff --git a/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php b/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php index 8d5f65e..cc0f7bb 100644 --- a/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php +++ b/core/modules/book/tests/src/Kernel/Migrate/d7/MigrateBookTest.php @@ -6,7 +6,7 @@ use Drupal\node\Entity\Node; /** - * Upgrade book structure. + * Tests migration of book structures from Drupal 7. * * @group migrate_drupal_7 */