Gush\Tests\Command\Issue\IssueTakeCommandTest::getGitConfigHelper PHP Метод

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

protected getGitConfigHelper ( $org = 'gushphp', $repo = 'gush' )
    protected function getGitConfigHelper($org = 'gushphp', $repo = 'gush')
    {
        $helper = parent::getGitConfigHelper();
        $helper->ensureRemoteExists($org, $repo)->shouldBeCalled();
        return $helper;
    }