Skip to content

Commit 1109405

Browse files
committed
Subversion is not used anymore
1 parent aa1051f commit 1109405

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/DoctrineTest/Coverage.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ public function getRevision()
140140
*/
141141
public function generateReport()
142142
{
143-
$svn_info = explode(" ", exec("svn info | grep Revision"));
143+
// $svn_info = explode(" ", exec("svn info | grep Revision"));
144+
$svn_info = 'svn is not used anymore. maybe adding some git infos or drop it?';
144145
$this->result["revision"] = $svn_info[1];
145146

146147
//loop through all files and generate coverage files for them

0 commit comments

Comments
 (0)