PhpGitHooks\Module\PhpUnit\Infrastructure\Tool\StrictCoverageProcessor::__construct PHP Méthode

__construct() public méthode

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