File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 11<?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 >
74 <report >
85 <html outputDirectory =" ../build/coverage" />
96 </report >
2017 <group >functional</group >
2118 </exclude >
2219 </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 >
2625</phpunit >
You can’t perform that action at this time.
0 commit comments