PhpGitHooks\Module\Git\Tests\Behaviour\PrePushToolCommandHandlerTest::setUp PHP Метод

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

protected setUp ( )
    protected function setUp()
    {
        $this->prePushToolCommandHandler = new PrePushToolCommandHandler(new PrePushTool($this->getQueryBus(), $this->getPrePushOriginalExecutor(), $this->getOutputInterface(), $this->getCommandBus()));
    }