Skip to content

Commit 956132b

Browse files
Prepare release
1 parent 288bff7 commit 956132b

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ PHPUnit 3.7
33

44
This is the list of changes for the PHPUnit 3.7 release series.
55

6+
PHPUnit 3.7.15
7+
--------------
8+
9+
* Fixed #823: Process isolation not working on windows if there are spaces in path to `php.exe`
10+
* Fixed #830: PHP notice in `PHPUnit_Util_XML`
11+
612
PHPUnit 3.7.14
713
--------------
814

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.14';
59+
const VERSION = '3.7.15';
6060
protected static $version;
6161

6262
/**

build/dependencies/DbUnit-1.2.2.tgz

-40.9 KB
Binary file not shown.

build/dependencies/DbUnit-1.2.3.tgz

40.8 KB
Binary file not shown.

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-02-14</date>
20+
<date>2013-03-01</date>
2121
<version>
22-
<release>3.7.14</release>
22+
<release>3.7.15</release>
2323
<api>3.7.0</api>
2424
</version>
2525
<stability>

0 commit comments

Comments
 (0)