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