Skip to content

PHPUnit 9.2.8 has wrong version number #882

@GPHemsley-RELX

Description

@GPHemsley-RELX
Q A
php-code-coverage version 9.2.8

Coverage reports generated by 9.2.8 show a version number of 9.2.7 because the 9.2.8 release does not include an update to src/Version.php:

public static function id(): string
{
if (self::$version === null) {
self::$version = (new VersionId('9.2.7', dirname(__DIR__)))->getVersion();
}
return self::$version;
}

I don't know if there are potentially other ramifications of that.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions