From cc8c5bc7b2b69db65825da455609bb56280d77b6 Mon Sep 17 00:00:00 2001 From: Ben Croker Date: Sun, 18 Feb 2024 20:59:38 -0600 Subject: [PATCH] Remove phpunit.xml --- .github/workflows/code-analysis.yaml | 2 +- composer.json | 2 +- tests/pest/phpunit.xml | 12 ------------ 3 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 tests/pest/phpunit.xml diff --git a/.github/workflows/code-analysis.yaml b/.github/workflows/code-analysis.yaml index 3c752c8..9268f9e 100644 --- a/.github/workflows/code-analysis.yaml +++ b/.github/workflows/code-analysis.yaml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: actions: - - name: 'Pest' + - name: 'Pest Tests' run: composer pest - name: 'PHPStan' run: composer phpstan diff --git a/composer.json b/composer.json index 1b0f78e..63f93d6 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ } }, "scripts": { - "pest": "pest --configuration=tests/pest/phpunit.xml --test-directory=tests/pest --display-deprecations", + "pest": "pest tests/pest --test-directory=tests/pest", "phpstan": "phpstan --ansi --memory-limit=1G", "check-cs": "ecs check --ansi", "fix-cs": "ecs check --fix --ansi" diff --git a/tests/pest/phpunit.xml b/tests/pest/phpunit.xml deleted file mode 100644 index 2fd5d3a..0000000 --- a/tests/pest/phpunit.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - . - - -