diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index af0590c..eb14e3a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -26,5 +26,5 @@ jobs: run: ./test/run.sh --do-not-cache-result . - name: Test with phpunit (Windows) if: ${{ contains(matrix.operating-system, 'windows') }} - run: cd test ; ..\vendor\bin\phpunit --bootstrap "bootstrap.php" . + run: cd test ; vendor\bin\phpunit --bootstrap "bootstrap.php" . diff --git a/test/combine_coverage.php b/test/combine_coverage.php index f33c99b..1fc757c 100644 --- a/test/combine_coverage.php +++ b/test/combine_coverage.php @@ -1,6 +1,6 @@