Issue #2345607 followup by webflo: The combination of #2345607 and #2344821 shortly after broke head.

8.0.x
Gabor Hojtsy 2014-09-28 19:51:27 +02:00
parent 62b9d58451
commit ca513fb878
1 changed files with 1 additions and 1 deletions

View File

@ -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,