function Renderer::inactiveBreadcrumb
1 call to Renderer::inactiveBreadcrumb()
- Renderer::breadcrumbs in vendor/
phpunit/ php-code-coverage/ src/ Report/ Html/ Renderer.php
File
-
vendor/
phpunit/ php-code-coverage/ src/ Report/ Html/ Renderer.php, line 223
Class
- Renderer
- @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage
Namespace
SebastianBergmann\CodeCoverage\Report\HtmlCode
protected function inactiveBreadcrumb(AbstractNode $node, string $pathToRoot) : string {
return sprintf(' <li class="breadcrumb-item"><a href="%sindex.html">%s</a></li>' . "\n", $pathToRoot, $node->name());
}