PhpGitHooks\Module\PhpUnit\Infrastructure\Tool\StrictCoverageProcessor::__construct PHP Method

__construct() public method

StrictCoverageProcessor constructor.
public __construct ( ToolPathFinder $toolPathFinder )
$toolPathFinder PhpGitHooks\Infrastructure\Tool\ToolPathFinder
    public function __construct(ToolPathFinder $toolPathFinder)
    {
        $this->toolPathFinder = $toolPathFinder;
    }
StrictCoverageProcessor