File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed
Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 2626 ]
2727 },
2828 "require" : {
29- "php" : " >=7.2.9 "
29+ "php" : " >=7.4.0 "
3030 },
3131 "require-dev" : {
32- "mediawiki/mediawiki-codesniffer" : " 39 .0.0 " ,
32+ "mediawiki/mediawiki-codesniffer" : " 40 .0.1 " ,
3333 "mediawiki/mediawiki-phan-config" : " 0.12.0" ,
3434 "mediawiki/minus-x" : " 1.1.1" ,
35- "ockcyp/covers-validator" : " 1.4 .0" ,
35+ "ockcyp/covers-validator" : " 1.6 .0" ,
3636 "php-parallel-lint/php-console-highlighter" : " 1.0.0" ,
3737 "php-parallel-lint/php-parallel-lint" : " 1.3.2" ,
38- "phpunit/phpunit" : " ^8 .5"
38+ "phpunit/phpunit" : " ^9 .5"
3939 },
4040 "suggest" : {
4141 "ext-dba" : " PHP extension for DBA access. Would be quicker than the PHP based fallback"
Original file line number Diff line number Diff line change 1- <phpunit colors =" true"
2- beStrictAboutTestsThatDoNotTestAnything=" true"
3- beStrictAboutOutputDuringTests=" true"
4- verbose=" true" >
1+ <?xml version =" 1.0" ?>
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" beStrictAboutTestsThatDoNotTestAnything =" true" beStrictAboutOutputDuringTests =" true" verbose =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3+ <coverage includeUncoveredFiles =" true" >
4+ <include >
5+ <directory suffix =" .php" >./src</directory >
6+ </include >
7+ </coverage >
58 <testsuites >
69 <testsuite name =" CDB Tests" >
710 <directory >./tests</directory >
811 </testsuite >
912 </testsuites >
10- <filter >
11- <whitelist addUncoveredFilesFromWhitelist =" true" >
12- <directory suffix =" .php" >./src</directory >
13- </whitelist >
14- </filter >
1513</phpunit >
You can’t perform that action at this time.
0 commit comments