dcarbone / php-fhir

Tools for consuming data from a FHIR server with PHP
Apache License 2.0
126 stars 40 forks source link

Enable test source caching #109

Open dcarbone opened 4 months ago

dcarbone commented 4 months ago

Currently, the integration test suite queries fhir servers for resources each time a test is executed.

It would be better if we cache these sources for a period of time. This would play nicer with the server providers and allow the tests to run faster.