Skip to content
Snippets Groups Projects
Commit 715d3e54 authored by Angie Byron's avatar Angie Byron
Browse files

#559486 follow-up by plach: Fixed fatal error in tests that for whatever...

#559486 follow-up by plach: Fixed fatal error in tests that for whatever reason testing bot is not catching. Grrr.
parent 985884f9
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment