File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes of the PHPUnit 5.5 release series are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 5.5.4] - 2016-08-26
6
+
7
+ New release of PHPUnit as PHAR with updated dependencies
8
+
5
9
## [ 5.5.3] - 2016-08-25
6
10
7
11
### Fixed
@@ -36,6 +40,7 @@ All notable changes of the PHPUnit 5.5 release series are documented in this fil
36
40
37
41
* An ` AssertionError ` raised by an ` assert() ` in the tested code now causes the test to be interpreted as a failure instead of an error
38
42
43
+ [ 5.5.4 ] : https://github.com/sebastianbergmann/phpunit/compare/5.5.3...5.5.4
39
44
[ 5.5.3 ] : https://github.com/sebastianbergmann/phpunit/compare/5.5.2...5.5.3
40
45
[ 5.5.2 ] : https://github.com/sebastianbergmann/phpunit/compare/5.5.1...5.5.2
41
46
[ 5.5.1 ] : https://github.com/sebastianbergmann/phpunit/compare/5.5.0...5.5.1
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.5.3 ' , dirname (dirname (__DIR__ )));
33
+ $ version = new SebastianBergmann \Version ('5.5.4 ' , 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