File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 2
2
/vendor /
3
3
/.idea
4
4
.phpunit.cache
5
- .php-cs-fixer.cache
5
+ .php-cs-fixer.cache
6
+ .phpunit.result.cache
7
+ coverage.xml
Original file line number Diff line number Diff line change 27
27
"symfony/property-access" : " ^5.4 || ^6.0"
28
28
},
29
29
"require-dev" : {
30
- "phpunit/phpunit" : " ^9" ,
30
+ "phpunit/phpunit" : " ^9.5 " ,
31
31
"symfony/framework-bundle" : " ^5.4 || ^6.0" ,
32
32
"phpspec/prophecy-phpunit" : " ^2.0" ,
33
33
"friendsofphp/php-cs-fixer" : " ^3.13" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit colors =" true" bootstrap =" vendor/autoload.php" >
3
- <testsuites >
4
- <testsuite name =" RequestInputBundle for the Symfony Framework" >
5
- <directory >./tests</directory >
6
- </testsuite >
7
- </testsuites >
8
-
9
- <filter >
10
- <whitelist >
11
- <directory >.</directory >
12
- <exclude >
13
- <directory >./Resources</directory >
14
- <directory >./Tests</directory >
15
- <directory >./vendor</directory >
16
- </exclude >
17
- </whitelist >
18
- </filter >
3
+ <coverage >
4
+ <include >
5
+ <directory >.</directory >
6
+ </include >
7
+ <exclude >
8
+ <directory >./tests</directory >
9
+ <directory >./vendor</directory >
10
+ </exclude >
11
+ </coverage >
12
+ <testsuites >
13
+ <testsuite name =" RequestInputBundle for the Symfony Framework" >
14
+ <directory >./tests</directory >
15
+ </testsuite >
16
+ </testsuites >
19
17
</phpunit >
You can’t perform that action at this time.
0 commit comments