PhpGitHooks\Module\PhpUnit\Tests\Behaviour\StrictCoverageToolCommandHandlerTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        $this->errorMessage = ConfigArrayDataStub::ERROR_MESSAGE;
        $this->strictCoverageToolCommandHandler = new StrictCoverageToolCommandHandler(new StrictCoverageToolExecutor($this->getOutputInterface(), new StrictCoverageTool($this->getStrictCoverageProcessor(), $this->getOutputInterface())));
    }