diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff9af74..1a72b9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,4 +25,4 @@ jobs: run: composer install --no-interaction --prefer-dist --no-progress - name: Run tests - run: vendor/bin/phpunit Tests/* + run: vendor/bin/phpunit diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..36c3fae --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,19 @@ + + + + + ./Tests + + + + + + +