File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 24
24
"require-dev" : {
25
25
"mediawiki/mediawiki-phan-config" : " 0.10.6" ,
26
26
"php-parallel-lint/php-parallel-lint" : " ^1.3.0" ,
27
- "phpunit/phpunit" : " ^8.5.15 " ,
27
+ "phpunit/phpunit" : " ^9.5 " ,
28
28
"squizlabs/php_codesniffer" : " ^3.6.0"
29
29
},
30
30
"scripts" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit colors =" true"
3
- beStrictAboutTestsThatDoNotTestAnything=" true"
4
- beStrictAboutOutputDuringTests=" true" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" beStrictAboutTestsThatDoNotTestAnything =" true" beStrictAboutOutputDuringTests =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3
+ <coverage processUncoveredFiles =" true" >
4
+ <include >
5
+ <directory suffix =" .php" >./src</directory >
6
+ </include >
7
+ <report >
8
+ <clover outputFile =" clover.xml" />
9
+ <html outputDirectory =" coverage/" />
10
+ </report >
11
+ </coverage >
5
12
<testsuites >
6
13
<testsuite name =" Tests" >
7
14
<directory >./test/suites</directory >
8
15
</testsuite >
9
16
</testsuites >
10
- <filter >
11
- <whitelist processUncoveredFilesFromWhitelist =" true" >
12
- <directory suffix =" .php" >./src</directory >
13
- </whitelist >
14
- </filter >
15
- <logging >
16
- <log type =" coverage-clover" target =" clover.xml" />
17
- <log type =" coverage-html" target =" coverage/" />
18
- </logging >
17
+ <logging />
19
18
</phpunit >
You can’t perform that action at this time.
0 commit comments