From 07af562ace534357ba854aacf49e4de55f31ef37 Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Fri, 20 Dec 2024 20:44:18 -0600 Subject: [PATCH] move test endpoint into phpunit config --- .github/workflows/tests.yaml | 10 ---------- phpunit/DSTU2.xml | 1 + phpunit/R4.xml | 1 + phpunit/R5.xml | 1 + phpunit/STU3.xml | 1 + 5 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8895f2d6..96e20862 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -80,14 +80,6 @@ jobs: phpunit-version: '11.1' - php-version: '8.3' phpunit-version: '11.1' - - fhir-version: 'DSTU2' - test-endpoint: 'https://hapi.fhir.org/baseDstu2' - - fhir-version: 'STU3' - test-endpoint: 'https://server.fire.ly/r3' - - fhir-version: 'R4' - test-endpoint: 'https://server.fire.ly/r4' - - fhir-version: 'R5' - test-endpoint: 'https://server.fire.ly/r5' name: '${{ matrix.fhir-version }} - PHP ${{ matrix.php-version }} - PHPUnit ${{ matrix.phpunit-version }}' steps: @@ -152,8 +144,6 @@ jobs: # java-version: 18 - name: 'Run tests' - env: - PHPFHIR_TEST_INTEGRATION_ENDPOINT: '${{ matrix.test-endpoint }}' # language=sh run: | ./vendor/bin/phpunit -c 'phpunit/${{ matrix.fhir-version }}.xml' diff --git a/phpunit/DSTU2.xml b/phpunit/DSTU2.xml index be2f55e6..67faf5a7 100644 --- a/phpunit/DSTU2.xml +++ b/phpunit/DSTU2.xml @@ -2,6 +2,7 @@ + diff --git a/phpunit/R4.xml b/phpunit/R4.xml index 6f8406fe..1f44a96d 100644 --- a/phpunit/R4.xml +++ b/phpunit/R4.xml @@ -2,6 +2,7 @@ + diff --git a/phpunit/R5.xml b/phpunit/R5.xml index 5d7f39d8..ebea5244 100644 --- a/phpunit/R5.xml +++ b/phpunit/R5.xml @@ -2,6 +2,7 @@ + diff --git a/phpunit/STU3.xml b/phpunit/STU3.xml index 21b210b4..3328a890 100644 --- a/phpunit/STU3.xml +++ b/phpunit/STU3.xml @@ -2,6 +2,7 @@ +