Skip to content

Commit 0fa8b2f

Browse files
Prepare release.
1 parent d6eff8b commit 0fa8b2f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ PHPUnit 3.5.15
77
--------------
88

99
* Fixed GH-260: `assertEqualXmlStructure()` emits PHP notice.
10+
* Fixed class name detection when extending from another test suite.
1011
* XML_RPC2, which is only used by the Trac ticket listener, is now correctly marked as an optional dependency.
1112
* The PHPUnit test runner no longer calls `xdebug_disable()`.
13+
* `PHPUnit_Util_Fileloader` and `PHPUnit_Util_PHP` now use `escapeshellcmd()` instead of `escapeshellarg()` for PHP binary.
1214

1315
PHPUnit 3.5.14
1416
--------------

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>2011-06-06</date>
20+
<date>2011-08-19</date>
2121
<version>
22-
<release>3.5.14</release>
22+
<release>3.5.15</release>
2323
<api>3.5.7</api>
2424
</version>
2525
<stability>

0 commit comments

Comments
 (0)