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 @@ -14,4 +14,4 @@ All notable changes of the PHPUnit 12.5 release series are documented in this fi
1414* [ #6380 ] ( https://github.com/sebastianbergmann/phpunit/pull/6380 ) : Allow ` Throwable ` in ` expectExceptionObject() `
1515* A PHPUnit notice is now emitted for test methods that create a mock object but do not configure an expectation for it
1616
17- [ 12.5.0 ] : https://github.com/sebastianbergmann/phpunit/compare/12.4...main
17+ [ 12.5.0 ] : https://github.com/sebastianbergmann/phpunit/compare/12.4.5...12.5.0
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public static function id(): string
3535 }
3636
3737 if (self ::$ version === '' ) {
38- self ::$ version = (new VersionId ('12.5 ' , dirname (__DIR__ , 2 )))->asString ();
38+ self ::$ version = (new VersionId ('12.5.0 ' , dirname (__DIR__ , 2 )))->asString ();
3939 }
4040
4141 return self ::$ version ;
You can’t perform that action at this time.
0 commit comments