File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-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.7] - 2016-10-03
6
+
7
+ ### Changed
8
+
9
+ * Reverted [ #2300 ] ( https://github.com/sebastianbergmann/phpunit/issues/2300 ) : Exclude tests from package distribution
10
+
5
11
## [ 5.5.6] - 2016-10-03
6
12
13
+ ### Changed
14
+
15
+ * Implemented [ #2300 ] ( https://github.com/sebastianbergmann/phpunit/issues/2300 ) : Exclude tests from package distribution
16
+
7
17
### Fixed
8
18
9
19
* Fixed [ #2261 ] ( https://github.com/sebastianbergmann/phpunit/issues/2261 ) : Invalid test listener configuration leads to confusing behavior
@@ -53,6 +63,7 @@ New release of PHPUnit as PHAR with updated dependencies
53
63
54
64
* An ` AssertionError ` raised by an ` assert() ` in the tested code now causes the test to be interpreted as a failure instead of an error
55
65
66
+ [ 5.5.7 ] : https://github.com/sebastianbergmann/phpunit/compare/5.5.6...5.5.7
56
67
[ 5.5.6 ] : https://github.com/sebastianbergmann/phpunit/compare/5.5.5...5.5.6
57
68
[ 5.5.5 ] : https://github.com/sebastianbergmann/phpunit/compare/5.5.4...5.5.5
58
69
[ 5.5.4 ] : https://github.com/sebastianbergmann/phpunit/compare/5.5.3...5.5.4
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.6 ' , dirname (dirname (__DIR__ )));
33
+ $ version = new SebastianBergmann \Version ('5.5.7 ' , 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