File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ This is the list of changes for the PHPUnit 3.6 release series.
6
6
PHPUnit 3.6.11
7
7
--------------
8
8
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 .
13
13
14
14
PHPUnit 3.6.10
15
15
--------------
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 >2012-01-27 </date >
20
+ <date >2012-05-31 </date >
21
21
<version >
22
- <release >3.6.10 </release >
22
+ <release >3.6.11 </release >
23
23
<api >3.6.0</api >
24
24
</version >
25
25
<stability >
You can’t perform that action at this time.
0 commit comments