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

the code commenting of tests should describe the design structure of each testcase #49

Open xianqiliu opened 2 years ago

xianqiliu commented 2 years ago

the tests' code commenting should contain the design structure described as the following:

// Given // WHEN // THEN

image