File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- /.phpunit.result. cache
1+ /.phpunit.cache
22/.phpcs-cache
33/composer.lock
44/infection.json
Original file line number Diff line number Diff line change 4444 "phpstan/phpstan" : " ^1.0.0" ,
4545 "phpstan/phpstan-phpunit" : " ^1.0.0" ,
4646 "phpstan/phpstan-strict-rules" : " ^1.0.0" ,
47- "phpunit/phpunit" : " ^9.4 " ,
47+ "phpunit/phpunit" : " ^10.0 " ,
4848 "psalm/plugin-phpunit" : " 0.18.4" ,
4949 "roave/infection-static-analysis-plugin" : " ^1.6" ,
5050 "symfony/http-client" : " ^6.0" ,
Original file line number Diff line number Diff line change 44 xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
55 beStrictAboutChangesToGlobalState =" true"
66 beStrictAboutOutputDuringTests =" true"
7- beStrictAboutTodoAnnotatedTests =" true"
87 bootstrap =" tests/bootstrap.php"
98 colors =" true"
10- verbose =" true"
11- forceCoversAnnotation =" true"
9+ requireCoverageMetadata =" true"
1210 failOnRisky =" true"
11+ cacheDirectory =" .phpunit.cache"
1312>
1413 <coverage >
1514 <include >
You can’t perform that action at this time.
0 commit comments