File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1 /phpunit.xsd"
55 bootstrap =" vendor/autoload.php"
66 backupGlobals =" false"
77 colors =" true"
1111 backupStaticProperties =" false"
1212>
1313 <coverage >
14- <include >
15- <directory suffix =" .php" >src</directory >
16- </include >
17- <exclude >
18- <directory suffix =" TestCase.php" >src</directory >
19- <directory suffix =" Test.php" >src</directory >
20- <directory suffix =" Bench.php" >src</directory >
21- <directory prefix =" Test" >src</directory >
22- </exclude >
2314 <report >
2415 <clover outputFile =" build/clover.xml" />
2516 <html outputDirectory =" build/coverage" />
3425 <logging >
3526 <junit outputFile =" build/junit.xml" />
3627 </logging >
28+ <source >
29+ <include >
30+ <directory suffix =" .php" >src</directory >
31+ </include >
32+ <exclude >
33+ <directory suffix =" TestCase.php" >src</directory >
34+ <directory suffix =" Test.php" >src</directory >
35+ <directory suffix =" Bench.php" >src</directory >
36+ <directory prefix =" Test" >src</directory >
37+ </exclude >
38+ </source >
3739</phpunit >
You can’t perform that action at this time.
0 commit comments