\Drupal::
languageManager(),
'testing',
);
$expected =
[ 'locale_test.no_translation',
'locale_test.translation',
'locale_test.translation_multiple',
'locale_test_translate.settings',
'block.block.test_default_config',
];
$actual =
$storage->
getComponentNames( 'module',
[ \Drupal::
moduleHandler()->
getModule('locale_test'
),
\Drupal::
moduleHandler()->
getModule('locale_test_translate'
),
],
);
$this->
assertSame($expected,
$actual);
}}