PHP Class PhpGitHooks\Module\Configuration\Tests\Stub\PrePushStub

Inheritance: implements PhpGitHooks\Module\Tests\Infrastructure\Stub\RandomStubInterface
Show file Open project: bruli/php-git-hooks Class Usage Examples

Public Methods

Method Description
create ( PhpGitHooks\Module\Configuration\Domain\Undefined $undefined, PhpGitHooks\Module\Configuration\Domain\Enabled $enabled, PhpGitHooks\Module\Configuration\Model\ExecuteInterface $execute, Messages $messages ) : PrePush
createAllEnabled ( ) : PrePush
random ( ) : PrePush
setUndefined ( ) : PrePush

Method Details

create() public static method

public static create ( PhpGitHooks\Module\Configuration\Domain\Undefined $undefined, PhpGitHooks\Module\Configuration\Domain\Enabled $enabled, PhpGitHooks\Module\Configuration\Model\ExecuteInterface $execute, Messages $messages ) : PrePush
$undefined PhpGitHooks\Module\Configuration\Domain\Undefined
$enabled PhpGitHooks\Module\Configuration\Domain\Enabled
$execute PhpGitHooks\Module\Configuration\Model\ExecuteInterface
$messages PhpGitHooks\Module\Configuration\Domain\Messages
return PhpGitHooks\Module\Configuration\Domain\PrePush

createAllEnabled() public static method

public static createAllEnabled ( ) : PrePush
return PhpGitHooks\Module\Configuration\Domain\PrePush

random() public static method

public static random ( ) : PrePush
return PhpGitHooks\Module\Configuration\Domain\PrePush

setUndefined() public static method

public static setUndefined ( ) : PrePush
return PhpGitHooks\Module\Configuration\Domain\PrePush