Commit 109c01a 1 parent 57386f4 commit 109c01a Copy full SHA for 109c01a
File tree 1 file changed +7
-15
lines changed
1 file changed +7
-15
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"
5
- colors =" true"
6
- convertErrorsToExceptions =" true"
7
- convertNoticesToExceptions =" true"
8
- convertWarningsToExceptions =" true"
9
- processIsolation =" false"
10
- stopOnFailure =" false" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes =" false" bootstrap =" ./vendor/autoload.php" colors =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3
+ <coverage processUncoveredFiles =" true" >
4
+ <include >
5
+ <directory suffix =" .php" >./src</directory >
6
+ </include >
7
+ </coverage >
11
8
<testsuites >
12
9
<testsuite name =" Unit" >
13
10
<directory >./tests/Unit</directory >
16
13
<directory >./tests/Feature</directory >
17
14
</testsuite >
18
15
</testsuites >
19
- <filter >
20
- <whitelist processUncoveredFilesFromWhitelist =" true" >
21
- <directory suffix =" .php" >./src</directory >
22
- </whitelist >
23
- </filter >
24
- </phpunit >
16
+ </phpunit >
You can’t perform that action at this time.
0 commit comments