File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 7373 if: matrix.symfony
7474 - run : composer update --no-interaction --no-progress --ansi ${{ matrix.composer_option }}
7575 - name : Run tests
76- run : vendor/bin/phpunit --colors=always --coverage-clover coverage .xml
76+ run : vendor/bin/phpunit --colors=always --coverage-clover=clover .xml
7777 env :
7878 SYMFONY_DEPRECATIONS_HELPER : max[self]=${{matrix.max_deprecations}}
7979
Original file line number Diff line number Diff line change 2525 "symfony/validator" : " ^6.0 || ^7.0 || ^8.0"
2626 },
2727 "require-dev" : {
28- "phpunit/phpunit" : " ^10.5 " ,
28+ "phpunit/phpunit" : " ^9.6 " ,
2929 "symfony/http-client-contracts" : " ^3.5" ,
3030 "symfony/phpunit-bridge" : " ^7.3"
3131 },
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit
33 colors =" true"
4+ convertErrorsToExceptions =" true"
5+ convertNoticesToExceptions =" true"
6+ convertWarningsToExceptions =" true"
47 beStrictAboutTestsThatDoNotTestAnything =" false"
58 bootstrap =" vendor/autoload.php"
69>
1013 </testsuite >
1114 </testsuites >
1215
13- <source >
16+ <coverage >
1417 <include >
1518 <directory >src</directory >
1619 </include >
17- </source >
20+ </coverage >
1821</phpunit >
You can’t perform that action at this time.
0 commit comments