diff --git a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php index 12d2e362b3..91cf8d3bea 100644 --- a/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php +++ b/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityConstructorTest.php @@ -60,12 +60,6 @@ public function providerTestConstructor() { \InvalidArgumentException::class, 'A bundle was provided but the entity type (user) is not bundleable.', ], - 'invalid bundle' => [ - ['bundle' => 'foo'], - ['entity_type' => 'node'], - \InvalidArgumentException::class, - 'The provided bundle (foo) is not valid for the (node) entity type.', - ], ]; }