From e1426394f36ec523c0a81eaa7a50f22b5f434916 Mon Sep 17 00:00:00 2001 From: Ben XO Date: Fri, 31 Dec 2021 00:27:30 +0000 Subject: [PATCH] Move composer.json into test dir --- .github/workflows/testing.yml | 2 +- test/combine_coverage.php | 2 +- composer.json => test/composer.json | 0 test/dir2castWithCoverage.php | 2 +- test/run.sh | 6 +++++- 5 files changed, 8 insertions(+), 4 deletions(-) rename composer.json => test/composer.json (100%) 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 @@