File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 9
9
convertWarningsToExceptions =" true"
10
10
processIsolation =" false"
11
11
stopOnFailure =" false" >
12
- < testsuites >
13
- < testsuite name = " unit " >
14
- <directory >tests/Unit </directory >
15
- </ testsuite >
16
- < testsuite name = " integration " >
17
- < directory >tests/Integration</ directory >
18
- </ testsuite >
19
- </ testsuites >
20
- <filter >
21
- < whitelist >
22
- <directory suffix = " .php " >src/ </directory >
23
- </ whitelist >
24
- </ filter >
25
- <php >
26
- </php >
27
- </phpunit >
12
+ < coverage >
13
+ < include >
14
+ <directory suffix = " .php " >src/ </directory >
15
+ </ include >
16
+ </ coverage >
17
+ < testsuites >
18
+ < testsuite name = " unit " >
19
+ < directory >tests/Unit</ directory >
20
+ </ testsuite >
21
+ < testsuite name = " integration " >
22
+ <directory >tests/Integration </directory >
23
+ </ testsuite >
24
+ </ testsuites >
25
+ <php >
26
+ </php >
27
+ </phpunit >
You can’t perform that action at this time.
0 commit comments