File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2424 },
2525 "require-dev" : {
2626 "phpstan/phpstan" : " ^1" ,
27- "phpunit/phpunit" : " ^9" ,
27+ "phpunit/phpunit" : " ^9 || ^10 " ,
2828 "slim/psr7" : " ^1.6" ,
2929 "squizlabs/php_codesniffer" : " ^3.10"
3030 },
5151 " @stan" ,
5252 " @test:coverage"
5353 ],
54- "test:coverage" : " php -d xdebug.mode=coverage -r \" require 'vendor/bin/phpunit';\" -- --configuration phpunit.xml --do-not-cache-result --colors=always --coverage-clover build/logs/clover.xml --coverage-html build/coverage --coverage-text"
54+ "test:coverage" : [
55+ " @putenv XDEBUG_MODE=coverage" ,
56+ " phpunit --configuration phpunit.xml --do-not-cache-result --colors=always --coverage-clover build/logs/clover.xml --coverage-html build/coverage --coverage-text"
57+ ]
5558 }
5659}
You can’t perform that action at this time.
0 commit comments