diff --git a/core/modules/migrate_drupal_ui/tests/src/Kernel/ProvidersExistTest.php b/core/modules/migrate_drupal_ui/tests/src/Kernel/ProvidersExistTest.php index 2bd3018..d3905c8 100644 --- a/core/modules/migrate_drupal_ui/tests/src/Kernel/ProvidersExistTest.php +++ b/core/modules/migrate_drupal_ui/tests/src/Kernel/ProvidersExistTest.php @@ -18,7 +18,7 @@ class ProvidersExistTest extends MigrateDrupalTestBase { /** * {@inheritdoc} */ - public static $modules = ['system', 'user']; + public static $modules = ['system', 'user', 'migrate_drupal_ui']; /** * Tests that providers exist for all source and destination plugins.