diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9b13367..2d39e61 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -67,4 +67,4 @@ jobs: composer require "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction - name: Execute tests - run: vendor/bin/phpunit tests + run: vendor/bin/phpunit diff --git a/composer.json b/composer.json index aaacee2..2adea54 100644 --- a/composer.json +++ b/composer.json @@ -46,6 +46,6 @@ "sort-packages": true }, "scripts": { - "test": "vendor/bin/phpunit tests" + "test": "vendor/bin/phpunit" } } diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..b7312be --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,11 @@ + + + + + ./tests + + +