We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a06d02 commit 6538aebCopy full SHA for 6538aeb
README.markdown
@@ -3,6 +3,11 @@ PHPUnit 3.5
3
4
This is the list of changes for the PHPUnit 3.5 release series.
5
6
+PHPUnit 3.5.5
7
+-------------
8
+
9
+* Added support for `getMockForAbstractClass()` to the mock builder API.
10
11
PHPUnit 3.5.4
12
-------------
13
package.xml
@@ -17,9 +17,9 @@
17
<email>sebastian@phpunit.de</email>
18
<active>yes</active>
19
</lead>
20
- <date>2010-11-17</date>
+ <date>2010-11-22</date>
21
<version>
22
- <release>3.5.4</release>
+ <release>3.5.5</release>
23
<api>3.5.4</api>
24
</version>
25
<stability>
@@ -550,7 +550,7 @@
550
<package>
551
<name>PHPUnit_MockObject</name>
552
<channel>pear.phpunit.de</channel>
553
- <min>1.0.2</min>
+ <min>1.0.3</min>
554
</package>
555
556
<name>PHPUnit_Selenium</name>
0 commit comments