File tree 2 files changed +17
-16
lines changed
2 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 24
24
"phpstan/extension-installer" : " ^1.0" ,
25
25
"phpstan/phpstan" : " ^0.12.25" ,
26
26
"phpstan/phpstan-phpunit" : " ^0.12.8" ,
27
- "phpunit/phpunit" : " ^9.1 " ,
27
+ "phpunit/phpunit" : " ^9.3 " ,
28
28
"spatie/phpunit-snapshot-assertions" : " ^4.2" ,
29
29
"symfony/var-dumper" : " ^5.1" ,
30
30
"thecodingmachine/phpstan-safe-rule" : " ^1.0"
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
1
2
<phpunit
2
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : noNamespaceSchemaLocation =" vendor/phpunit/ phpunit/phpunit.xsd"
4
+ xsi : noNamespaceSchemaLocation =" https://schema. phpunit.de/9.3 /phpunit.xsd"
4
5
beStrictAboutChangesToGlobalState =" true"
5
6
beStrictAboutCoversAnnotation =" true"
6
7
beStrictAboutOutputDuringTests =" true"
13
14
executionOrder =" random"
14
15
verbose =" true"
15
16
>
16
- < testsuites >
17
- < testsuite name = " Unit tests " >
18
- <directory >./tests/Unit </directory >
19
- </ testsuite >
20
- < testsuite name = " Integration tests " >
21
- < directory >./tests/Integration</ directory >
22
- </ testsuite >
23
- </ testsuites >
24
- <filter >
25
- < whitelist processUncoveredFilesFromWhitelist = " true " >
26
- <directory suffix = " .php " >./src </directory >
27
- </ whitelist >
28
- </ filter >
29
- </phpunit >
17
+ < coverage processUncoveredFiles = " true " >
18
+ < include >
19
+ <directory suffix = " .php " >./src </directory >
20
+ </ include >
21
+ </ coverage >
22
+ < testsuites >
23
+ < testsuite name = " Unit tests " >
24
+ < directory >./tests/Unit</ directory >
25
+ </ testsuite >
26
+ < testsuite name = " Integration tests " >
27
+ <directory >./tests/Integration </directory >
28
+ </ testsuite >
29
+ </ testsuites >
30
+ </phpunit >
You can’t perform that action at this time.
0 commit comments