From 9b16336e747eb29d7ea7972624d380ad3032f647 Mon Sep 17 00:00:00 2001 From: Joby Elliott Date: Wed, 10 Jul 2024 22:08:36 -0600 Subject: [PATCH] updated phpunit config --- .github/workflows/ci.yml | 4 +++- .gitignore | 2 +- phpunit.xml | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29da978..720f461 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,4 +9,6 @@ jobs: - uses: actions/checkout@v2 - uses: php-actions/composer@v6 - uses: php-actions/phpstan@v3 - - uses: php-actions/phpunit@v3 \ No newline at end of file + - uses: php-actions/phpunit@v3 + env: + ACTION_TEST_SUFFIX: Test.php diff --git a/.gitignore b/.gitignore index 91969f5..9628168 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /vendor /composer.lock -/.phpunit.cache \ No newline at end of file +/.phpunit.result.cache \ No newline at end of file diff --git a/phpunit.xml b/phpunit.xml index 081da20..46b1b1a 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,6 @@