File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
2
xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
3
- bootstrap =" vendor/autoload.php"
3
+ bootstrap =" vendor/autoload.php"
4
4
cacheResultFile =" .build/phpunit.result.cache"
5
- colors =" true"
5
+ colors =" true"
6
6
verbose =" true"
7
- >
8
- <filter >
9
- <whitelist processUncoveredFilesFromWhitelist =" true" >
10
- <directory suffix =" .php" >./src</directory >
11
- </whitelist >
12
- </filter >
13
- <testsuites >
14
- <testsuite name =" php-qrcode test suite" >
15
- <directory suffix =" .php" >./tests/</directory >
16
- </testsuite >
17
- </testsuites >
7
+ >
8
+ <filter >
9
+ <whitelist processUncoveredFilesFromWhitelist =" true" >
10
+ <directory suffix =" .php" >./src</directory >
11
+ </whitelist >
12
+ </filter >
13
+ <testsuites >
14
+ <testsuite name =" php-qrcode test suite" >
15
+ <directory suffix =" .php" >./tests/</directory >
16
+ </testsuite >
17
+ </testsuites >
18
18
<logging >
19
19
<log type =" coverage-clover" target =" .build/coverage/clover.xml" />
20
20
<log type =" coverage-xml" target =" .build/coverage/coverage-xml" />
You can’t perform that action at this time.
0 commit comments