File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ All notable changes of the PHPUnit 9.6 release series are documented in this fil
1111* [ #5064 ] ( https://github.com/sebastianbergmann/phpunit/issues/5064 ) : Deprecate ` PHPUnit\Framework\TestCase::getMockClass() `
1212* [ #5132 ] ( https://github.com/sebastianbergmann/phpunit/issues/5132 ) : Deprecate ` Test ` suffix for abstract test case classes
1313
14- [ 9.6.0 ] : https://github.com/sebastianbergmann/phpunit/compare/9.5... 9.6
14+ [ 9.6.0 ] : https://github.com/sebastianbergmann/phpunit/compare/9.5.28... 9.6.0
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public static function id(): string
4141 }
4242
4343 if (self ::$ version === '' ) {
44- self ::$ version = (new VersionId ('9.6 ' , dirname (__DIR__ , 2 )))->getVersion ();
44+ self ::$ version = (new VersionId ('9.6.0 ' , dirname (__DIR__ , 2 )))->getVersion ();
4545 }
4646
4747 return self ::$ version ;
You can’t perform that action at this time.
0 commit comments