Returns an array of entity field values to be tested.
File
- drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php, line 264
- Definition of Drupal\entity\Tests\EntityTranslationUITest.
Class
- EntityTranslationUITest
- Tests the Entity Translation UI.
Namespace
Drupal\translation_entity\Tests
Code
protected function getNewEntityValues($langcode) {
return array(
$this->fieldName => array(
array(
'value' => $this
->randomName(16),
),
),
);
}