diff -u b/core/modules/node/src/Tests/Migrate/d6/MigrateNodeBuilderTest.php b/core/modules/node/src/Tests/Migrate/d6/MigrateNodeBuilderTest.php --- b/core/modules/node/src/Tests/Migrate/d6/MigrateNodeBuilderTest.php +++ b/core/modules/node/src/Tests/Migrate/d6/MigrateNodeBuilderTest.php @@ -18,12 +18,12 @@ public static $modules = ['migrate', 'migrate_drupal', 'node']; /** - * Asserts various aspects of a migration + * Asserts various aspects of a migration entity. * * @param string $id * The migration ID. * @param string $label - * The username. + * The label. */ protected function assertEntity($id, $label) { $migration = Migration::load($id);