'page', 'name' => 'Page', 'base' => 'node', 'description' => 'A page, similar in form to a story, is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments and is not featured on the site\'s initial home page.', 'help' => '', 'title_label' => 'Title', 'custom' => 1, 'modified' => 0, 'locked' => 0, 'disabled' => 0, 'orig_type' => 'page', ], [ 'type' => 'story', 'name' => 'Story', 'base' => 'node', 'description' => 'A story, similar in form to a page, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a story entry. By default, a story entry is automatically featured on the site\'s initial home page, and provides the ability to post comments.', 'help' => '', 'title_label' => 'Title', 'custom' => 1, 'modified' => 0, 'locked' => 0, 'disabled' => 0, 'orig_type' => 'story', ], ]; $tests[0]['source_data']['variable'] = [ [ 'name' => 'node_options_page', 'value' => 'a:1:{i:0;s:6:"status";}', ], [ 'name' => 'node_options_story', 'value' => 'a:1:{i:0;s:6:"status";}', ], ]; $tests[0]['source_data']['field_config_instance'] = [ [ 'entity_type' => 'node', 'bundle' => 'page', 'field_name' => 'body', 'data' => 'a:1:{s:5:"label";s:4:"Body";}', ], [ 'entity_type' => 'node', 'bundle' => 'story', 'field_name' => 'body', 'data' => 'a:1:{s:5:"label";s:4:"Body";}', ], ]; // The expected results. $tests[0]['expected_data'] = $tests[0]['source_data']['node_type']; return $tests; } }