'test_config' =>
$config_entity_type,
'test_content' =>
$content_entity_type,
]);
$this->entityTypeBundleInfo->
getBundleInfo('test_config'
)->
willReturn([ 'test_config' =>
['label' => 'test_config'
],
]);
$this->entityTypeBundleInfo->
getBundleInfo('test_content'
)->
willReturn([ 'test_content' =>
['label' => 'test_content'
],
]);
$this->
assertRequirementIsSatisfied($expected,
$requirement,
$definition,
$value);
} /**
* Provides test data for ::testIsSatisfiedBy().
*/
public static function providerTestIsSatisfiedBy() { $data =
[];
$content =
new EntityType(['id' => 'test_content'
]);
$config =
new EntityType(['id' => 'test_config'
]);