dcarbone / php-fhir

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

Add Response Parser tests #119

Closed dcarbone closed 3 months ago

dcarbone commented 3 months ago

When integration tests are generated, each class must include a test that asserts the response parser type correctly unserializes json and xml into the expected type.

dcarbone commented 3 months ago

Fixed by #120