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