Mutagenesis\Renderer\RendererInterface::renderProgressMark PHP Method

renderProgressMark() public method

Render a progress marker indicating the execution of a single mutation and the successful execution of the related test suite
public renderProgressMark ( boolean $result ) : string
$result boolean Whether unit tests passed (bad) or not (good)
return string
    public function renderProgressMark($result);