File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
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
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.5/phpunit.xsd"
4
- backupGlobals =" false"
2
+ <phpunit backupGlobals =" false"
5
3
backupStaticAttributes =" false"
6
- bootstrap =" vendor/autoload .php"
4
+ bootstrap =" phpunit .php"
7
5
colors =" true"
8
6
convertErrorsToExceptions =" true"
9
7
convertNoticesToExceptions =" true"
10
8
convertWarningsToExceptions =" true"
11
- forceCoversAnnotation =" false"
9
+ processIsolation =" false"
12
10
stopOnError =" false"
13
11
stopOnFailure =" false"
14
12
verbose =" true"
17
15
<env name =" APP_KEY" value =" AckfSECXIvnK5r28GVIWUAxmbBSjTsmF" />
18
16
</php >
19
17
<testsuites >
20
- <testsuite name =" default " >
18
+ <testsuite name =" Test Suite " >
21
19
<directory suffix =" Test.php" >./tests</directory >
22
20
</testsuite >
23
21
</testsuites >
22
+ <filter >
23
+ <whitelist processUncoveredFilesFromWhitelist =" true" >
24
+ <directory suffix =" .php" >./src</directory >
25
+ </whitelist >
26
+ </filter >
24
27
<logging >
25
28
<log type =" coverage-clover" target =" build/logs/clover.xml" />
26
29
<log type =" coverage-text" target =" build/logs/coverage.txt" />
You can’t perform that action at this time.
0 commit comments