Loading core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php +1 −5 Original line number Diff line number Diff line Loading @@ -167,12 +167,8 @@ public function testFieldInstances() { $this->assertEntity('node.article.field_vocab_fixed', 'vocab_fixed', 'entity_reference', FALSE, TRUE); $this->assertEntity('node.article.field_vocab_localize', 'vocab_localize', 'entity_reference', FALSE, FALSE); $this->assertEntity('node.article.field_vocab_translate', 'vocab_translate', 'entity_reference', FALSE, TRUE); } /** * Tests the migration of text field instances with different text processing. */ public function testTextFieldInstances() { // Test migration of text field instances with different text processing. // All text and text_long field instances using a field base that has only // plain text instances should be migrated to string and string_long fields. // All text_with_summary field instances using a field base that has only Loading core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php +1 −5 Original line number Diff line number Diff line Loading @@ -142,12 +142,8 @@ public function testFields() { // have a datetime_type setting. $field = FieldStorageConfig::load('node.field_date_with_end_time'); $this->assertNull($field->getSetting('datetime_type')); } /** * Tests the migration of text fields with different text processing. */ public function testTextFields() { // Test the migration of text fields with different text processing. // All text and text_long field bases that have only plain text instances // should be migrated to string and string_long fields. // All text_with_summary field bases that have only plain text instances Loading Loading
core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceTest.php +1 −5 Original line number Diff line number Diff line Loading @@ -167,12 +167,8 @@ public function testFieldInstances() { $this->assertEntity('node.article.field_vocab_fixed', 'vocab_fixed', 'entity_reference', FALSE, TRUE); $this->assertEntity('node.article.field_vocab_localize', 'vocab_localize', 'entity_reference', FALSE, FALSE); $this->assertEntity('node.article.field_vocab_translate', 'vocab_translate', 'entity_reference', FALSE, TRUE); } /** * Tests the migration of text field instances with different text processing. */ public function testTextFieldInstances() { // Test migration of text field instances with different text processing. // All text and text_long field instances using a field base that has only // plain text instances should be migrated to string and string_long fields. // All text_with_summary field instances using a field base that has only Loading
core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldTest.php +1 −5 Original line number Diff line number Diff line Loading @@ -142,12 +142,8 @@ public function testFields() { // have a datetime_type setting. $field = FieldStorageConfig::load('node.field_date_with_end_time'); $this->assertNull($field->getSetting('datetime_type')); } /** * Tests the migration of text fields with different text processing. */ public function testTextFields() { // Test the migration of text fields with different text processing. // All text and text_long field bases that have only plain text instances // should be migrated to string and string_long fields. // All text_with_summary field bases that have only plain text instances Loading