Issue #2345607 followup by webflo: The combination of #2345607 and #2344821 shortly after broke head.
parent
62b9d58451
commit
ca513fb878
|
@ -166,7 +166,7 @@ class TermTranslationFieldViewTest extends TaxonomyTestBase {
|
||||||
*/
|
*/
|
||||||
protected function setUpTermReferenceField() {
|
protected function setUpTermReferenceField() {
|
||||||
entity_create('field_storage_config', array(
|
entity_create('field_storage_config', array(
|
||||||
'name' => $this->termFieldName,
|
'field_name' => $this->termFieldName,
|
||||||
'entity_type' => 'node',
|
'entity_type' => 'node',
|
||||||
'type' => 'taxonomy_term_reference',
|
'type' => 'taxonomy_term_reference',
|
||||||
'cardinality' => FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED,
|
'cardinality' => FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED,
|
||||||
|
|
Loading…
Reference in New Issue