#559486 follow-up by plach: Fixed fatal error in tests that for whatever reason testing bot is not catching. Grrr.
parent
985884f98e
commit
715d3e5432
|
@ -2084,7 +2084,7 @@ class FieldTranslationsTestCase extends FieldTestCase {
|
|||
$object = field_test_create_stub_entity($eid, $evid, $this->instance['bundle']);
|
||||
$field_translations = array();
|
||||
foreach (field_multilingual_available_languages($obj_type, $this->field) as $langcode) {
|
||||
$field_translations[$langcode] = _generateTestFieldValues($this->field['cardinality']);
|
||||
$field_translations[$langcode] = $this->_generateTestFieldValues($this->field['cardinality']);
|
||||
}
|
||||
|
||||
// Save and reload the field translations.
|
||||
|
|
Loading…
Reference in New Issue