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 0298377 commit df8722eCopy full SHA for df8722e
README.markdown
@@ -3,6 +3,11 @@ PHPUnit 3.4
3
4
This is the list of changes for the PHPUnit 3.4 release series.
5
6
+PHPUnit 3.4.9
7
+-------------
8
+
9
+* Removed usage of `SplFileInfo::getRealPath()` which is not available in PHP 5.1.6.
10
11
PHPUnit 3.4.8
12
-------------
13
package.xml
@@ -17,9 +17,9 @@
17
<email>sb@sebastian-bergmann.de</email>
18
<active>yes</active>
19
</lead>
20
- <date>2010-01-19</date>
+ <date>2010-01-22</date>
21
<version>
22
- <release>3.4.8</release>
+ <release>3.4.9</release>
23
<api>3.4.7</api>
24
</version>
25
<stability>
0 commit comments