Skip to content

Commit

Permalink
use nih for stu3 and r4
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Dec 22, 2024
1 parent 3f4e032 commit f0b2b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpunit/R4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
stopOnFailure="false">
<php>
<ini name="memory_limit" value="2048M"/>
<env name="PHPFHIR_TEST_INTEGRATION_ENDPOINT" value="https://server.fire.ly/r4" force="true"/>
<env name="PHPFHIR_TEST_INTEGRATION_ENDPOINT" value="https://lforms-fhir.nlm.nih.gov/baseR4" force="true"/>
</php>
<testsuites>
<testsuite name="R4">
Expand Down
2 changes: 1 addition & 1 deletion phpunit/STU3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
stopOnFailure="false">
<php>
<ini name="memory_limit" value="2048M"/>
<env name="PHPFHIR_TEST_INTEGRATION_ENDPOINT" value="https://server.fire.ly/r3" force="true"/>
<env name="PHPFHIR_TEST_INTEGRATION_ENDPOINT" value="https://lforms-fhir.nlm.nih.gov/baseDstu3" force="true"/>
</php>
<testsuites>
<testsuite name="STU3">
Expand Down

0 comments on commit f0b2b0d

Please sign in to comment.