File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
2
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
4
3
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/6.1/phpunit.xsd"
6
- backupGlobals =" false"
4
+ xsi : noNamespaceSchemaLocation =" vendor/bin/.phpunit/phpunit.xsd"
7
5
colors =" true"
8
6
bootstrap =" vendor/autoload.php"
9
7
failOnRisky =" true"
10
8
failOnWarning =" true" >
9
+
10
+ <coverage processUncoveredFiles =" true" >
11
+ <include >
12
+ <directory suffix =" .php" >./src</directory >
13
+ </include >
14
+ </coverage >
15
+
11
16
<php >
12
17
<ini name =" error_reporting" value =" -1" />
13
18
<ini name =" intl.default_locale" value =" en" />
23
28
</testsuite >
24
29
</testsuites >
25
30
26
- <filter >
27
- <whitelist >
28
- <directory >./src</directory >
29
- </whitelist >
30
- </filter >
31
31
</phpunit >
You can’t perform that action at this time.
0 commit comments