diff --git a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php index ebe5a3407b..f9938804ad 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php @@ -224,7 +224,7 @@ public function testConstructorNotBundable() { } /** - * Tests the constructor for invalid entity bundle. + * Tests for non-existing entity bundle. * * @dataProvider providerNonExistingBundle */