Skip to content

Commit dadeb42

Browse files
Prepare release
1 parent a09a260 commit dadeb42

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ This is the list of changes for the PHPUnit 3.7 release series.
66
PHPUnit 3.7.19
77
--------------
88

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.
1012

1113
PHPUnit 3.7.18
1214
--------------

PHPUnit/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
*/
5757
class PHPUnit_Runner_Version
5858
{
59-
const VERSION = '3.7.18';
59+
const VERSION = '3.7.19';
6060
protected static $version;
6161

6262
/**

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<email>sebastian@phpunit.de</email>
1818
<active>yes</active>
1919
</lead>
20-
<date>2013-03-07</date>
20+
<date>2013-03-25</date>
2121
<version>
22-
<release>3.7.18</release>
22+
<release>3.7.19</release>
2323
<api>3.7.0</api>
2424
</version>
2525
<stability>

0 commit comments

Comments
 (0)