File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-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/11.4 /phpunit.xsd"
3+ xsi : noNamespaceSchemaLocation =" ./vendor/ phpunit/phpunit /phpunit.xsd"
44 bootstrap =" vendor/autoload.php"
55 executionOrder =" depends,defects"
66 beStrictAboutOutputDuringTests =" true"
7- beStrictAboutTodoAnnotatedTests =" true"
87 beStrictAboutTestsThatDoNotTestAnything =" false"
98 colors =" true"
109 displayDetailsOnTestsThatTriggerDeprecations =" true"
2423 <coverage pathCoverage =" true" ignoreDeprecatedCodeUnits =" true" disableCodeCoverageIgnore =" true" />
2524 <source >
2625 <include >
27- <directory suffix = " .php " >src</directory >
26+ <directory >src</directory >
2827 </include >
2928 </source >
3029</phpunit >
You can’t perform that action at this time.
0 commit comments