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
11
11
* [ #5064 ] ( https://github.com/sebastianbergmann/phpunit/issues/5064 ) : Deprecate ` PHPUnit\Framework\TestCase::getMockClass() `
12
12
* [ #5132 ] ( https://github.com/sebastianbergmann/phpunit/issues/5132 ) : Deprecate ` Test ` suffix for abstract test case classes
13
13
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
41
41
}
42
42
43
43
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 ();
45
45
}
46
46
47
47
return self ::$ version ;
You can’t perform that action at this time.
0 commit comments