Skip to content

Commit 2b8ca31

Browse files
author
Gabriel Zerbib
committed
Fixed prefix, not configurable.
1 parent 89e93c4 commit 2b8ca31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeCoverage/Report/HTML/Renderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ protected function stripProjectPrefixFromNodeName(PHP_CodeCoverage_Report_Node $
271271
if ($this->absoluteRoot) {
272272
return preg_replace(
273273
'#^' . $this->absoluteRoot . '#',
274-
'',
274+
'[ROOT]',
275275
$node->getName());
276276
}
277277
else

0 commit comments

Comments
 (0)