File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4/phpunit.xsd"
4- bootstrap =" vendor/autoload.php" executionOrder =" depends,defects"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.4/phpunit.xsd"
4+ bootstrap =" vendor/autoload.php"
5+ executionOrder =" depends,defects"
56 beStrictAboutOutputDuringTests =" true"
67 beStrictAboutTodoAnnotatedTests =" true"
78 beStrictAboutTestsThatDoNotTestAnything =" false"
1011 displayDetailsOnTestsThatTriggerErrors =" true"
1112 displayDetailsOnTestsThatTriggerNotices =" true"
1213 displayDetailsOnTestsThatTriggerWarnings =" true"
14+ displayDetailsOnPhpunitDeprecations =" true"
1315 failOnDeprecation =" true"
1416 failOnNotice =" true"
1517 failOnRisky =" true"
1921 <directory suffix =" Tests.php" >tests</directory >
2022 </testsuite >
2123 </testsuites >
22- <coverage includeUncoveredFiles = " true " pathCoverage =" true" ignoreDeprecatedCodeUnits =" true" disableCodeCoverageIgnore =" true" />
24+ <coverage pathCoverage =" true" ignoreDeprecatedCodeUnits =" true" disableCodeCoverageIgnore =" true" />
2325 <source >
2426 <include >
2527 <directory suffix =" .php" >src</directory >
You can’t perform that action at this time.
0 commit comments