diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2be9a8b..c7f5384 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,4 +40,4 @@ jobs: run: composer update --prefer-dist --no-interaction --no-progress - name: 🧪 Run Execute PHPUnit Tests - run: vendor/bin/phpunit --verbose + run: composer test diff --git a/.gitignore b/.gitignore index 9f81d0e..7c69e30 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ build/ .idea/* .phpunit.result.cache +.phpunit.cache diff --git a/phpunit.xml b/phpunit.xml index c661817..541e8f0 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,24 +1,33 @@ - - ./tests/ + tests - + ./src + + + + +