File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
/.phpcs-cache
2
+ /.phpunit.result.cache
2
3
/clover.xml
3
4
/coveralls-upload.json
4
5
/phpunit.xml
Original file line number Diff line number Diff line change 1
- <phpunit bootstrap =" ./vendor/autoload.php" colors =" true" >
1
+ <?xml version =" 1.0" ?>
2
+ <phpunit
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ bootstrap =" ./vendor/autoload.php"
5
+ colors =" true"
6
+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd" >
7
+ <coverage processUncoveredFiles =" true" >
8
+ <include >
9
+ <directory suffix =" .php" >src</directory >
10
+ </include >
11
+ </coverage >
12
+
2
13
<testsuites >
3
14
<testsuite name =" Mezzio Plates Tests" >
4
15
<directory >./test</directory >
5
16
</testsuite >
6
17
</testsuites >
7
-
8
- <filter >
9
- <whitelist processUncoveredFilesFromWhitelist =" true" >
10
- <directory suffix =" .php" >src</directory >
11
- </whitelist >
12
- </filter >
13
18
</phpunit >
You can’t perform that action at this time.
0 commit comments