php-fhir
php-fhir copied to clipboard
Enable test source caching
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.