diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 977a9bc..ef5e007 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,7 +50,7 @@ jobs: - name: PHPUnit run: | if [[ ${{ matrix.php-version }} == '8.3' ]]; then - vendor/bin/phpunit --verbose --coverage-clover=coverage.xml + vendor/bin/phpunit --display-incomplete --display-skipped --coverage-clover=coverage.xml else vendor/bin/phpunit fi diff --git a/.gitignore b/.gitignore index fefeece..f1c1834 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,6 @@ vendor docs/_site .php-cs-fixer.cache .phpunit.result.cache +.phpunit.cache composer.lock .history diff --git a/composer.json b/composer.json index b99a6ec..e6d578c 100644 --- a/composer.json +++ b/composer.json @@ -28,13 +28,12 @@ "require": { "php": "^8.1", "intervention/image": "^3.3", - "league/flysystem": "^2.0|^3.0", + "league/flysystem": "^3.0", "psr/http-message": "^1.0|^2.0" }, "require-dev": { - "mockery/mockery": "^1.3.3", - "phpunit/phpunit": "^8.5|^9.0", - "phpunit/php-token-stream": "^3.1|^4.0", + "mockery/mockery": "^1.6", + "phpunit/phpunit": "^10.5", "friendsofphp/php-cs-fixer": "^3.48" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index aa5ed4c..b37c078 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,14 +1,13 @@ - + tests/ - - - + + src/ - - + +