File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit
3
3
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"
5
5
bootstrap =" vendor/autoload.php"
6
6
backupGlobals =" false"
7
7
colors =" true"
11
11
backupStaticProperties =" false"
12
12
>
13
13
<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 >
23
14
<report >
24
15
<clover outputFile =" build/clover.xml" />
25
16
<html outputDirectory =" build/coverage" />
34
25
<logging >
35
26
<junit outputFile =" build/junit.xml" />
36
27
</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 >
37
39
</phpunit >
You can’t perform that action at this time.
0 commit comments