1, 'name' => 'Tags', 'description' => 'Tags description.', 'hierarchy' => 0, 'module' => 'taxonomy', 'weight' => 0, 'machine_name' => 'tags', ], [ 'vid' => 2, 'name' => 'Categories', 'description' => 'Categories description.', 'hierarchy' => 1, 'module' => 'taxonomy', 'weight' => 0, 'machine_name' => 'categories', ], ]; // The expected results. $tests[0]['expected_data'] = $tests[0]['source_data']['taxonomy_vocabulary']; return $tests; } }