diff --git a/.gitignore b/.gitignore index fcf24a6..ca31087 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /.build/ /node_modules/ /vendor/ +.phpunit.result.cache composer.lock package-lock.json diff --git a/composer.json b/composer.json index c3d7a17..0ec2293 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require-dev": { "monolog/monolog": "^2.0", - "phpunit/phpunit": "^6.5|^7.0", + "phpunit/phpunit": "^9.0", "symfony/process": "^4.0|^5.0" }, "autoload": { diff --git a/phpunit.xml b/phpunit.xml index 045036e..7534809 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,20 +1,9 @@ - - tests - - - - - src - - + colors="true"> + + tests +