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 5.0 release series are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 5.0.5] - 2015-10-12
6
+
7
+ ### Changed
8
+
9
+ * Merged [ #1893 ] ( https://github.com/sebastianbergmann/phpunit/issues/1893 ) : Removed workaround for phpab bug
10
+
5
11
## [ 5.0.4] - 2015-10-07
6
12
7
13
### Fixed
@@ -58,6 +64,7 @@ All notable changes of the PHPUnit 5.0 release series are documented in this fil
58
64
* The PHPUnit_Selenium component can no longer be configured using the ` <selenium/browser> ` element of PHPUnit's configuration file
59
65
* PHPUnit is no longer supported on PHP 5.3, PHP 5.4, and PHP 5.5
60
66
67
+ [ 5.0.5 ] : https://github.com/sebastianbergmann/phpunit/compare/5.0.4...5.0.5
61
68
[ 5.0.4 ] : https://github.com/sebastianbergmann/phpunit/compare/5.0.3...5.0.4
62
69
[ 5.0.3 ] : https://github.com/sebastianbergmann/phpunit/compare/5.0.2...5.0.3
63
70
[ 5.0.2 ] : https://github.com/sebastianbergmann/phpunit/compare/5.0.1...5.0.2
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.0.4 ' , dirname (dirname (__DIR__ )));
33
+ $ version = new SebastianBergmann \Version ('5.0.5 ' , 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