File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes =" false" colors =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" bootstrap =" ./bootstrap.php" verbose =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3
- <coverage processUncoveredFiles =" false" >
4
- <include >
5
- <directory suffix =" .php" >../src/</directory >
6
- </include >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" colors =" true" bootstrap =" ./bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.4/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3
+ <coverage >
7
4
<report >
8
5
<html outputDirectory =" ../build/coverage" />
9
6
</report >
20
17
<group >functional</group >
21
18
</exclude >
22
19
</groups >
23
- <listeners >
24
- <listener class =" VCR\PHPUnit\TestListener\VCRTestListener" file =" vendor/covergenius/phpunit-testlistener-vcr/src/VCRTestListener.php" />
25
- </listeners >
20
+ <source >
21
+ <include >
22
+ <directory suffix =" .php" >../src/</directory >
23
+ </include >
24
+ </source >
26
25
</phpunit >
You can’t perform that action at this time.
0 commit comments