diff --git a/composer.json b/composer.json index d0a338ae..10da6105 100644 --- a/composer.json +++ b/composer.json @@ -46,11 +46,12 @@ "ext-sysvsem": "*", "eloquent/liberator": "^2.0", "ergebnis/composer-normalize": "^2.13", + "ergebnis/phpunit-slow-test-detector": "^2.9", "friendsofphp/php-cs-fixer": "^3.0", "mikey179/vfsstream": "^1.6.7", "php-mock/php-mock-phpunit": "^2.1", "phpstan/phpstan": "^0.12.58", - "phpunit/phpunit": "^9.4", + "phpunit/phpunit": "^9.5.25 || ^10.0 || ^11.0", "predis/predis": "^1.1", "spatie/async": "^1.5" }, diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 96cd01b1..6f14faf0 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,18 +1,21 @@ - - + - - ./tests + + tests + + + + + + src + tests + + + + + + +