Skip to content

Commit 0f0cbc1

Browse files
Prepare release.
1 parent aca8adf commit 0f0cbc1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ChangeLog.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This is the list of changes for the PHPUnit 3.6 release series.
66
PHPUnit 3.6.11
77
--------------
88

9-
* Fixed #510: PHP 5.4 `callable` type hint raises `E_NOTICE` when object is mocked.
10-
* Fixed phpunit-selenium #72: Allow Selenium to have tests that have no concrete test methods.
11-
* Fixed phpunit-mock-object #83: `getMockFromWsdl()` didn't work twice with the same wsdl file.
12-
* Fixed #503: Improved the error message if compared strings only differ in line ending style.
9+
* Fixed #503: Improved the error message for situation when compared strings only differ in line ending style.
10+
* Fixed #510: `callable` type hint raises `E_NOTICE` when object is mocked.
11+
* Fixed `phpunit-mock-object` #83: `getMockFromWsdl()` does not work twice for the same WSDL file.
12+
* Fixed `phpunit-selenium` #72: Allow Selenium to have tests that have no concrete test methods.
1313

1414
PHPUnit 3.6.10
1515
--------------

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>2012-01-27</date>
20+
<date>2012-05-31</date>
2121
<version>
22-
<release>3.6.10</release>
22+
<release>3.6.11</release>
2323
<api>3.6.0</api>
2424
</version>
2525
<stability>

0 commit comments

Comments
 (0)