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 aa1051f commit 1109405Copy full SHA for 1109405
tests/DoctrineTest/Coverage.php
@@ -140,7 +140,8 @@ public function getRevision()
140
*/
141
public function generateReport()
142
{
143
- $svn_info = explode(" ", exec("svn info | grep Revision"));
+ // $svn_info = explode(" ", exec("svn info | grep Revision"));
144
+ $svn_info = 'svn is not used anymore. maybe adding some git infos or drop it?';
145
$this->result["revision"] = $svn_info[1];
146
147
//loop through all files and generate coverage files for them
0 commit comments