PHP Trait PhpGitHooks\Module\Git\Tests\Infrastructure\PrePushOriginalExecutorTrait

Datei anzeigen Open project: bruli/php-git-hooks

Protected Methods

Method Description
getPrePushOriginalExecutor ( ) : Mockery\MockInterface | PhpGitHooks\Module\Git\Model\PrePushOriginalExecutorInterface
shouldExecutePrePushOriginal ( string $remote, string $url, string | null $return )

Method Details

getPrePushOriginalExecutor() protected method

protected getPrePushOriginalExecutor ( ) : Mockery\MockInterface | PhpGitHooks\Module\Git\Model\PrePushOriginalExecutorInterface
return Mockery\MockInterface | PhpGitHooks\Module\Git\Model\PrePushOriginalExecutorInterface

shouldExecutePrePushOriginal() protected method

protected shouldExecutePrePushOriginal ( string $remote, string $url, string | null $return )
$remote string
$url string
$return string | null