Unable to generate HTML report with 12.0.1 and Phive installation #6124
Labels
feature/code-coverage
Issues related to code coverage (but not php-code-coverage)
installation/phar
status/waiting-for-feedback
Waiting for feedback from original reporter
type/bug
Something is broken
version/12
Something affects PHPUnit 12
Summary
I am unable to generate the HTML report with PHPUnit 12.0.1 installed through Phive.
Current behavior
The following error message appears :
"An error occurred inside PHPUnit.
Message: PHPUnitPHAR\SebastianBergmann\CodeCoverage\StaticAnalysis\CachingFileAnalyser::interfacesIn(): Return value must be of type array, null returned
Location: phar:///[...]/phpunit/php-code-coverage/StaticAnalysis/CachingFileAnalyser.php:66"
How to reproduce
1 - Installing PHPUnit through Phive;
2 - executing PHPUnit with a configuration file containing :
With a Composer installation the report generates without error.
Expected behavior
To be able to generate the HTML report.
The text was updated successfully, but these errors were encountered: