diff --git a/composer.json b/composer.json index 9a80bc1be..35f7d26d8 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "mongodb/mongodb": "^1.6" }, "require-dev": { - "phpunit/phpunit": "^8.4|^9.0", + "phpunit/phpunit": "^9.0", "orchestra/testbench": "^6.0", "mockery/mockery": "^1.3.1", "doctrine/dbal": "^2.6" diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 38d2b79c9..4dc18cb41 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,13 +1,10 @@ - + + + + ./src + + tests/ @@ -37,11 +34,6 @@ tests/ValidationTest.php - - - ./src - -