Commit cd59152 1 parent 5f4ccb9 commit cd59152 Copy full SHA for cd59152
File tree 1 file changed +5
-14
lines changed
1 file changed +5
-14
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"
4
- backupStaticAttributes =" false"
5
- bootstrap =" vendor/autoload.php"
6
- colors =" true"
7
- convertErrorsToExceptions =" true"
8
- convertNoticesToExceptions =" true"
9
- convertWarningsToExceptions =" true"
10
- processIsolation =" false"
11
- stopOnFailure =" false"
12
- stopOnError =" false"
13
- verbose =" true"
14
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
15
- <coverage processUncoveredFiles =" true" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" bootstrap =" vendor/autoload.php"
3
+ colors =" true" processIsolation =" false" stopOnFailure =" false" stopOnError =" false"
4
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory =" .phpunit.cache"
5
+ backupStaticProperties =" false" >
6
+ <coverage >
16
7
<include >
17
8
<directory suffix =" .php" >./src</directory >
18
9
</include >
You can’t perform that action at this time.
0 commit comments