File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed
Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ phpcs.xml
1313.phpcs.xml
1414.phpunit.result.cache
1515.phpunit.cache
16+ build /logs
Original file line number Diff line number Diff line change 1818 },
1919 "require-dev" : {
2020 "wp-cli/scaffold-command" : " ^1.2 || ^2" ,
21- "wp-cli/wp-cli-tests" : " ^4"
21+ "wp-cli/wp-cli-tests" : " ^4.3.9 "
2222 },
2323 "suggest" : {
2424 "ext-json" : " Used for reading and generating JSON translation files" ,
Original file line number Diff line number Diff line change 1212 convertDeprecationsToExceptions =" true"
1313 colors =" true"
1414 verbose =" true" >
15- <testsuite name =" wp-cli/i18n-command tests" >
16- <directory suffix =" Test.php" >tests</directory >
17- </testsuite >
15+ <testsuites >
16+ <testsuite name =" wp-cli/i18n-command tests" >
17+ <directory suffix =" Test.php" >tests</directory >
18+ </testsuite >
19+ </testsuites >
1820
19- <filter >
20- <whitelist processUncoveredFilesFromWhitelist = " true " >
21+ <coverage processUncoveredFiles = " false " >
22+ <include >
2123 <directory suffix =" .php" >src</directory >
22- </whitelist >
23- </filter >
24+ </include >
25+ </coverage >
2426</phpunit >
You can’t perform that action at this time.
0 commit comments