[ [ 'fid' => 42, 'title' => 'I love migrations', 'name' => 'profile_love_migrations', ], ], 'i18n_strings' => [ [ 'lid' => 10, 'objectid' => 'profile_love_migrations', 'type' => 'field', 'property' => 'title', ], [ 'lid' => 11, 'objectid' => 'profile_love_migrations', 'type' => 'field', 'property' => 'explanation' ] ], 'locales_target' => [ [ 'lid' => 10, 'translation' => "J'aime les migrations.", 'language' => 'fr', ], [ 'lid' => 11, 'translation' => 'Si vous cochez cette case, vous aimez les migrations.', 'language' => 'fr', ], ], ]; $test[0]['expected_results'] = [ [ 'property' => 'title', 'translation' => "J'aime les migrations.", 'language' => 'fr', 'fid' => '42', 'name' => 'profile_love_migrations', ], [ 'property' => 'explanation', 'translation' => 'Si vous cochez cette case, vous aimez les migrations.', 'language' => 'fr', 'fid' => '42', 'name' => 'profile_love_migrations', ], ]; return $test; } }