diff --git a/composer.json b/composer.json index 57d023ef5..af234eac2 100644 --- a/composer.json +++ b/composer.json @@ -31,12 +31,12 @@ "require-dev": { "fzaninotto/faker": "~1.4", "mockery/mockery": "~1.0", - "phpunit/phpunit": "^9.2", "filp/whoops": "~2.0", - "orchestra/testbench": "^6.2", + "orchestra/testbench": "^6.6", "league/openapi-psr7-validator": "^0.7", "neondigital/laravel-openapi-validator": "^0.1", - "brianium/paratest": "^4.1" + "brianium/paratest": "^4.1", + "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { diff --git a/phpunit.xml b/phpunit.xml index b23777b38..54e983df5 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,37 +1,27 @@ - - - - ./tests/Feature - - - - ./tests/Unit - - - - - - - ./app - - - - - - - - - - + + + + + + + + +