File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes of the PHPUnit 5.1 release series are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
4
4
5
- ## [ 5.1.2] - 2015-12-DD
5
+ ## [ 5.1.2] - 2015-12-07
6
6
7
7
### Fixed
8
8
@@ -24,6 +24,7 @@ All notable changes of the PHPUnit 5.1 release series are documented in this fil
24
24
* Merged [ #1871 ] ( https://github.com/sebastianbergmann/phpunit/issues/1871 ) : Added support for ` @testdox ` annotations on classes
25
25
* Merged [ #1917 ] ( https://github.com/sebastianbergmann/phpunit/issues/1917 ) : Allow ` @coversDefaultClass ` annotation to work on traits
26
26
27
+ [ 5.1.2 ] : https://github.com/sebastianbergmann/phpunit/compare/5.1.1...5.1.2
27
28
[ 5.1.1 ] : https://github.com/sebastianbergmann/phpunit/compare/5.1.0...5.1.1
28
29
[ 5.1.0 ] : https://github.com/sebastianbergmann/phpunit/compare/5.0...5.1.0
29
30
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public static function id()
30
30
}
31
31
32
32
if (self ::$ version === null ) {
33
- $ version = new SebastianBergmann \Version ('5.1.1 ' , dirname (dirname (__DIR__ )));
33
+ $ version = new SebastianBergmann \Version ('5.1.2 ' , dirname (dirname (__DIR__ )));
34
34
self ::$ version = $ version ->getVersion ();
35
35
}
36
36
You can’t perform that action at this time.
0 commit comments