Loading core/modules/migrate_drupal/tests/fixtures/drupal7.php +1 −1 Original line number Diff line number Diff line Loading @@ -5284,7 +5284,7 @@ )) ->values(array( 'id' => '83', 'field_id' => '54', 'field_id' => '1', 'field_name' => 'comment_body', 'entity_type' => 'comment', 'bundle' => 'comment_node_et', core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,7 @@ public function testGetAllFields() { $this->assertArrayHasKey('user', $actual_fields['user']); $this->assertArrayHasKey('test_content_type', $actual_fields['node']); $this->assertCount(7, $actual_fields['node']); $this->assertCount(6, $actual_fields['comment']); $this->assertCount(7, $actual_fields['comment']); $this->assertCount(22, $actual_fields['node']['test_content_type']); foreach ($actual_fields as $entity_type_id => $bundles) { foreach ($bundles as $bundle => $fields) { Loading Loading
core/modules/migrate_drupal/tests/fixtures/drupal7.php +1 −1 Original line number Diff line number Diff line Loading @@ -5284,7 +5284,7 @@ )) ->values(array( 'id' => '83', 'field_id' => '54', 'field_id' => '1', 'field_name' => 'comment_body', 'entity_type' => 'comment', 'bundle' => 'comment_node_et',
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,7 @@ public function testGetAllFields() { $this->assertArrayHasKey('user', $actual_fields['user']); $this->assertArrayHasKey('test_content_type', $actual_fields['node']); $this->assertCount(7, $actual_fields['node']); $this->assertCount(6, $actual_fields['comment']); $this->assertCount(7, $actual_fields['comment']); $this->assertCount(22, $actual_fields['node']['test_content_type']); foreach ($actual_fields as $entity_type_id => $bundles) { foreach ($bundles as $bundle => $fields) { Loading