File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- backupGlobals =" false"
2
+ <phpunit backupGlobals =" false"
4
3
backupStaticAttributes =" false"
5
4
bootstrap =" vendor/autoload.php"
6
5
colors =" true"
7
6
convertErrorsToExceptions =" true"
8
7
convertNoticesToExceptions =" true"
9
8
convertWarningsToExceptions =" true"
10
9
processIsolation =" false"
11
- stopOnFailure =" false"
12
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
13
- <coverage processUncoveredFiles =" true" >
14
- <include >
15
- <directory suffix =" .php" >./src</directory >
16
- </include >
17
- </coverage >
10
+ stopOnFailure =" false" >
18
11
<testsuites >
19
12
<testsuite name =" Unit" >
20
13
<directory suffix =" Test.php" >./tests/Unit</directory >
21
14
</testsuite >
22
15
</testsuites >
16
+ <filter >
17
+ <whitelist processUncoveredFilesFromWhitelist =" true" >
18
+ <directory suffix =" .php" >./src</directory >
19
+ </whitelist >
20
+ </filter >
23
21
<php >
24
22
<env name =" APP_ENV" value =" testing" />
25
23
<env name =" CACHE_DRIVER" value =" array" />
You can’t perform that action at this time.
0 commit comments