File tree 1 file changed +8
-12
lines changed
1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit backupGlobals =" false"
3
- backupStaticAttributes =" false"
4
- bootstrap =" vendor/autoload.php"
2
+ <phpunit bootstrap =" vendor/autoload.php"
5
3
colors =" true"
6
- convertErrorsToExceptions =" true"
7
- convertNoticesToExceptions =" true"
8
- convertWarningsToExceptions =" true"
9
4
processIsolation =" false"
10
5
stopOnError =" false"
11
6
stopOnFailure =" false"
12
- verbose =" true"
7
+ backupGlobals =" false"
8
+ backupStaticProperties =" false"
13
9
>
10
+ <coverage >
11
+ <include >
12
+ <directory suffix =" .php" >./src</directory >
13
+ </include >
14
+ </coverage >
14
15
<testsuites >
15
16
<testsuite name =" Package Test Suite" >
16
17
<directory suffix =" Test.php" >tests</directory >
17
18
</testsuite >
18
19
</testsuites >
19
- <filter >
20
- <whitelist processUncoveredFilesFromWhitelist =" true" >
21
- <directory suffix =" .php" >./src</directory >
22
- </whitelist >
23
- </filter >
24
20
<php >
25
21
<env name =" CACHE_DRIVER" value =" array" />
26
22
<env name =" SESSION_DRIVER" value =" array" />
You can’t perform that action at this time.
0 commit comments