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 9c3dff5 commit 0fb8982Copy full SHA for 0fb8982
PHPUnit/Runner/Version.php
@@ -56,7 +56,7 @@
56
*/
57
class PHPUnit_Runner_Version
58
{
59
- const VERSION = '3.7.7';
+ const VERSION = '3.7.8';
60
protected static $version;
61
62
/**
package.xml
@@ -17,9 +17,9 @@
17
<email>sebastian@phpunit.de</email>
18
<active>yes</active>
19
</lead>
20
- <date>2012-10-09</date>
+ <date>2012-10-17</date>
21
<version>
22
- <release>3.7.7</release>
+ <release>3.7.8</release>
23
<api>3.7.0</api>
24
</version>
25
<stability>
0 commit comments