'article', 'name' => 'Article', 'module' => 'node', 'description' => 'An article, content type.', 'help' => '', 'has_title' => 1, 'title_label' => 'Title', 'has_body' => 1, 'body_label' => 'Body', 'min_word_count' => 0, 'custom' => 1, 'modified' => 1, 'locked' => 0, 'orig_type' => 'story', ], [ 'type' => 'company', 'name' => 'Company', 'module' => 'node', 'description' => 'Company node type', 'help' => '', 'has_title' => 1, 'title_label' => 'Name', 'has_body' => 1, 'body_label' => 'Description', 'min_word_count' => 0, 'custom' => 0, 'modified' => 1, 'locked' => 0, 'orig_type' => 'company', ], ]; foreach ($tests[0]['source_data']['node_type'] as $node_type) { $tests[0]['expected_data'][] = [ 'type' => $node_type['type'], 'language_content_type' => NULL, 'i18n_lock_node' => 0, ]; } return $tests; } }