File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 26
26
"php" : " ^7.3 || ^8.0"
27
27
},
28
28
"require-dev" : {
29
- "phpunit/phpunit" : " ^9.0 " ,
29
+ "phpunit/phpunit" : " ^9.3 " ,
30
30
"symfony/process" : " ^4.2 || ^5"
31
31
},
32
32
"autoload" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7.2 /phpunit.xsd"
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd"
4
4
bootstrap =" vendor/autoload.php"
5
+ executionOrder =" depends,defects"
5
6
forceCoversAnnotation =" true"
6
7
beStrictAboutCoversAnnotation =" true"
7
8
beStrictAboutOutputDuringTests =" true"
8
9
beStrictAboutTodoAnnotatedTests =" true"
10
+ failOnRisky =" true"
11
+ failOnWarning =" true"
9
12
verbose =" true" >
10
13
<testsuites >
11
14
<testsuite name =" default" >
12
15
<directory suffix =" Test.php" >tests</directory >
13
16
</testsuite >
14
17
</testsuites >
15
18
16
- <filter >
17
- <whitelist processUncoveredFilesFromWhitelist = " true " >
19
+ <coverage processUncoveredFiles = " true " >
20
+ <include >
18
21
<directory suffix =" .php" >src</directory >
19
- </whitelist >
20
- </filter >
22
+ </include >
23
+ </coverage >
21
24
</phpunit >
You can’t perform that action at this time.
0 commit comments