// Reset hook firing information.
$this->
getHooksInfo();
} /**
* Tests language fallback applied to field and entity translations.
*/
public function testLanguageFallback() { // Test all entity variations with data table support.
foreach (entity_test_entity_types(ENTITY_TEST_TYPES_MULTILINGUAL
) as $entity_type) { $this->
doTestLanguageFallback($entity_type);
} } /**
* Executes the language fallback test for the given entity type.
*
* @param string $entity_type
* The entity type to run the tests with.
*/
protected function doTestLanguageFallback($entity_type) { /** @var \Drupal\Core\Render\RendererInterface $renderer */