amadeus4dev-examples / amadeus-php

PHP library for the Amadeus Self-Service APIs
https://amadeus4dev-examples.github.io/amadeus-php/
MIT License
11 stars 13 forks source link

Add support for Airport On-Time Performance #74

Closed tsolakoua closed 2 years ago

tsolakoua commented 2 years ago

Fixes #69

xianqiliu commented 2 years ago

@tsolakoua and when we create a new namespace, we should define a mapping from namespaces to directories in Composer.json, see more details in Composer.json

tsolakoua commented 2 years ago

@xianqiliu READY for review!!!

image

xianqiliu commented 2 years ago

@tsolakoua In order to match the source code, we need to create a folder tests/airports/predictions/, and put the OnTimeTest.php into predictions folder

xianqiliu commented 2 years ago

@tsolakoua finally! everything looks fine :)