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 6009484 commit 86795feCopy full SHA for 86795fe
ChangeLog.markdown
@@ -3,6 +3,11 @@ PHPUnit 3.6
3
4
This is the list of changes for the PHPUnit 3.6 release series.
5
6
+PHPUnit 3.6.9
7
+-------------
8
+
9
+* Fixed #466: Undefined offset in `Configuration.php`.
10
11
PHPUnit 3.6.8
12
-------------
13
package.xml
@@ -17,9 +17,9 @@
17
<email>sebastian@phpunit.de</email>
18
<active>yes</active>
19
</lead>
20
- <date>2012-01-20</date>
+ <date>2012-01-23</date>
21
<version>
22
- <release>3.6.8</release>
+ <release>3.6.9</release>
23
<api>3.6.0</api>
24
</version>
25
<stability>
0 commit comments