File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 34
34
"phan/phan" : " ^5.4.5" ,
35
35
"phpstan/phpstan" : " ^1.12" ,
36
36
"phpstan/phpstan-strict-rules" : " ^1.6" ,
37
- "phpunit/phpunit" : " ^8.5.36 || ^ 9.6.15" ,
37
+ "phpunit/phpunit" : " ^9.6.15" ,
38
38
"psalm/plugin-phpunit" : " ^0.19" ,
39
39
"sabre/event" : " ^5.1.6" ,
40
40
"symfony/filesystem" : " >= 5.4.45" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
3
5
backupGlobals =" true"
4
6
beStrictAboutTestsThatDoNotTestAnything =" false"
5
7
bootstrap =" tests/bootstrap.php"
9
11
<file >vendor/squizlabs/php_codesniffer/tests/Standards/AllSniffs.php</file >
10
12
</testsuite >
11
13
</testsuites >
12
- <filter >
13
- <whitelist processUncoveredFilesFromWhitelist = " false " >
14
+ <coverage processUncoveredFiles = " false " >
15
+ <include >
14
16
<directory suffix =" .php" >./MO4/Sniffs</directory >
15
- </whitelist >
16
- </filter >
17
+ </include >
18
+ </coverage >
17
19
</phpunit >
You can’t perform that action at this time.
0 commit comments