File tree Expand file tree Collapse file tree 1 file changed +7
-14
lines changed Expand file tree Collapse file tree 1 file changed +7
-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
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd"
4
- bootstrap =" vendor/autoload.php"
5
- backupGlobals =" false"
6
- backupStaticAttributes =" false"
7
- colors =" true"
8
- verbose =" true"
9
- convertErrorsToExceptions =" true"
10
- convertNoticesToExceptions =" true"
11
- convertWarningsToExceptions =" true"
12
- processIsolation =" false"
13
- stopOnFailure =" false" >
2
+ <phpunit
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd"
5
+ cacheDirectory =" .phpunit.result.cache"
6
+ >
14
7
<testsuites >
15
8
<testsuite name =" Unit Tests" >
16
9
<directory >tests</directory >
17
10
</testsuite >
18
11
</testsuites >
19
- <coverage >
12
+ <source >
20
13
<include >
21
14
<directory suffix =" .php" >src/</directory >
22
15
</include >
23
- </coverage >
16
+ </source >
24
17
</phpunit >
You can’t perform that action at this time.
0 commit comments