File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ PHPUnit 3.7.21
7
7
--------------
8
8
9
9
* Fixed #277 : Account for ` auto-globals-jit ` when setting ` $_ENV ` and ` $_SERVER ` variables in the xml config.
10
+ * Fixed #924 : PHPUnit depends on packages that broke backwards compatability.
10
11
11
12
PHPUnit 3.7.20
12
13
--------------
Original file line number Diff line number Diff line change 56
56
*/
57
57
class PHPUnit_Runner_Version
58
58
{
59
- const VERSION = '3.7.20 ' ;
59
+ const VERSION = '3.7.21 ' ;
60
60
protected static $ version ;
61
61
62
62
/**
Original file line number Diff line number Diff line change 17
17
<email >sebastian@phpunit.de</email >
18
18
<active >yes</active >
19
19
</lead >
20
- <date >2013-05-13 </date >
20
+ <date >2013-05-23 </date >
21
21
<version >
22
- <release >3.7.20 </release >
22
+ <release >3.7.21 </release >
23
23
<api >3.7.0</api >
24
24
</version >
25
25
<stability >
You can’t perform that action at this time.
0 commit comments