From 86205642d8df2caba4b8bb7fbaf8adc8098d734b Mon Sep 17 00:00:00 2001 From: Sander van Hooft Date: Thu, 16 Feb 2023 13:01:21 +0100 Subject: [PATCH] wip --- .github/workflows/tests.yml | 4 ---- phpunit.xml.dist.bak | 31 ------------------------------- 2 files changed, 35 deletions(-) delete mode 100644 phpunit.xml.dist.bak diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6da862f..122de3a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,9 +37,5 @@ jobs: composer require "illuminate/contracts=^${{ matrix.laravel }}" --no-update composer update --prefer-dist --no-interaction --no-progress -# - name: Migrate test configuration -# if: ${{ matrix.laravel }} == '10.0' -# run: vendor/bin/phpunit --migrate-configuration - - name: Execute tests run: vendor/bin/phpunit diff --git a/phpunit.xml.dist.bak b/phpunit.xml.dist.bak deleted file mode 100644 index 5d8544b..0000000 --- a/phpunit.xml.dist.bak +++ /dev/null @@ -1,31 +0,0 @@ - - - - - ./src - - - - - ./tests - - -