File tree Expand file tree Collapse file tree 1 file changed +23
-21
lines changed Expand file tree Collapse file tree 1 file changed +23
-21
lines changed Original file line number Diff line number Diff line change 1
- <phpunit bootstrap =" ../testing/bootstrap.php" >
2
- <testsuites >
3
- <testsuite name =" PHP storagetransfer test" >
4
- <directory >test</directory >
5
- </testsuite >
6
- </testsuites >
7
- <logging >
8
- <log type =" coverage-clover" target =" build/logs/clover.xml" />
9
- </logging >
10
- <filter >
11
- <whitelist >
12
- <directory suffix =" .php" >./src</directory >
13
- <exclude >
14
- <directory >./vendor</directory >
15
- </exclude >
16
- </whitelist >
17
- </filter >
18
- <php >
19
- <env name =" PHPUNIT_TESTS" value =" 1" />
20
- </php >
21
- </phpunit >
1
+ <?xml version =" 1.0" ?>
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" ../testing/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3
+ <coverage >
4
+ <include >
5
+ <directory suffix =" .php" >./src</directory >
6
+ </include >
7
+ <exclude >
8
+ <directory >./vendor</directory >
9
+ </exclude >
10
+ <report >
11
+ <clover outputFile =" build/logs/clover.xml" />
12
+ </report >
13
+ </coverage >
14
+ <testsuites >
15
+ <testsuite name =" PHP storagetransfer test" >
16
+ <directory >test</directory >
17
+ </testsuite >
18
+ </testsuites >
19
+ <logging />
20
+ <php >
21
+ <env name =" PHPUNIT_TESTS" value =" 1" />
22
+ </php >
23
+ </phpunit >
You can’t perform that action at this time.
0 commit comments