This is a test developed in Symfony 4. With Testing TDD and passing Sonarlint static analysis.
This is a test exercise from this project: https://gist.github.com/hpatoio/3aeea8159fb9046a2feba75d39a8d21e
Gets the list of the cities from Musement's API for each city gets the forecast for the next 2 days using http://api.weatherapi.com and print to STDOUT "Processed city [city name] | [weather today] - [wheather tomorrow]"
- PHP >=7.3
- Symfony 4.x
php bin/phpunit -v
php bin/console server:run
testresults.log
- docker pull msalguer/test_musement
- docker run -p 8000:8000 --name cmuse -d msalguer/test_musement
- Test with: http://127.0.0.1:8000
Openapi folder contains full openapi modified, and files with fragments of changes.