File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" executionOrder =" defects" cacheDirectory =" .phpunit.cache" >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" executionOrder =" defects" cacheDirectory =" .phpunit.cache" >
33 <coverage includeUncoveredFiles =" true" >
4- <include >
5- <directory suffix =" .php" >./src</directory >
6- </include >
74 <report >
85 <clover outputFile =" build/logs/clover.xml" />
96 <html outputDirectory =" build/logs/html" />
2118 <testdoxText outputFile =" build/logs/testdox.txt" />
2219 <junit outputFile =" build/logs/logfile.xml" />
2320 </logging >
21+ <source >
22+ <include >
23+ <directory suffix =" .php" >./src</directory >
24+ </include >
25+ </source >
2426</phpunit >
You can’t perform that action at this time.
0 commit comments