File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
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
You can’t perform that action at this time.
0 commit comments