From ca513fb8784a26f531b821d4479faa669a0eb28b Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sun, 28 Sep 2014 19:51:27 +0200 Subject: [PATCH] Issue #2345607 followup by webflo: The combination of #2345607 and #2344821 shortly after broke head. --- .../modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php b/core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php index 0e92917c193e..f9feddf42bc7 100644 --- a/core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php +++ b/core/modules/taxonomy/src/Tests/TermTranslationFieldViewTest.php @@ -166,7 +166,7 @@ class TermTranslationFieldViewTest extends TaxonomyTestBase { */ protected function setUpTermReferenceField() { entity_create('field_storage_config', array( - 'name' => $this->termFieldName, + 'field_name' => $this->termFieldName, 'entity_type' => 'node', 'type' => 'taxonomy_term_reference', 'cardinality' => FieldStorageDefinitionInterface::CARDINALITY_UNLIMITED,