File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ This is the list of changes for the PHPUnit 3.7 release series.
6
6
PHPUnit 3.7.19
7
7
--------------
8
8
9
- * Fixed #863 : Number of tests to run calculated incorrectly when --repeat is used
9
+ * Fixed #763 : ` assertTag() ` fails to match content in CDATA sections.
10
+ * Fixed #860 : Version requirement for ` symfony/yaml ` is too restrictive.
11
+ * Fixed #863 : Number of tests to run calculated incorrectly when ` --repeat ` is used.
10
12
11
13
PHPUnit 3.7.18
12
14
--------------
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.18 ' ;
59
+ const VERSION = '3.7.19 ' ;
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-03-07 </date >
20
+ <date >2013-03-25 </date >
21
21
<version >
22
- <release >3.7.18 </release >
22
+ <release >3.7.19 </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