File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes of the PHPUnit 8.1 release series are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 8.1.2] - 2019-04-08
6
+
7
+ ### Fixed
8
+
9
+ * Fixed [ #3600 ] ( https://github.com/sebastianbergmann/phpunit/pull/3600 ) : Wrong class name in docblock
10
+
5
11
## [ 8.1.1] - 2019-04-08
6
12
7
13
### Fixed
@@ -23,6 +29,7 @@ All notable changes of the PHPUnit 8.1 release series are documented in this fil
23
29
24
30
* The ` groups ` attribute on the ` test ` element in the TestDox XML report is now deprecated
25
31
32
+ [ 8.1.2 ] : https://github.com/sebastianbergmann/phpunit/compare/8.1.1...8.1.2
26
33
[ 8.1.1 ] : https://github.com/sebastianbergmann/phpunit/compare/8.1.0...8.1.1
27
34
[ 8.1.0 ] : https://github.com/sebastianbergmann/phpunit/compare/8.0.6...8.1.0
28
35
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public static function id(): string
33
33
}
34
34
35
35
if (self ::$ version === null ) {
36
- self ::$ version = (new VersionId ('8.1.1 ' , \dirname (__DIR__ , 2 )))->getVersion ();
36
+ self ::$ version = (new VersionId ('8.1.2 ' , \dirname (__DIR__ , 2 )))->getVersion ();
37
37
}
38
38
39
39
return self ::$ version ;
You can’t perform that action at this time.
0 commit comments