PhpGitHooks\Module\JsonLint\Tests\Behaviour\JsonLintToolCommandHandlerTest::setUp PHP Метод

setUp() защищенный Метод

protected setUp ( )
    protected function setUp()
    {
        $this->jsonLintToolCommandHandler = new JsonLintToolCommandHandler(new JsonLintTool(new JsonLintToolExecutor($this->getJsonLintProcessor(), $this->getOutputInterface()), $this->getQueryBus()));
        $this->errorMessage = PreCommitResponseStub::FIX_YOUR_CODE;
    }