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

Inheritance: implements PhpGitHooks\Module\Tests\Infrastructure\Stub\RandomStubInterface
Exibir arquivo 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 ) : Composer
createEnabled ( ) : Composer
random ( ) : Composer

Method Details

create() public static method

public static create ( PhpGitHooks\Module\Configuration\Domain\Undefined $undefined, PhpGitHooks\Module\Configuration\Domain\Enabled $enabled ) : Composer
$undefined PhpGitHooks\Module\Configuration\Domain\Undefined
$enabled PhpGitHooks\Module\Configuration\Domain\Enabled
return PhpGitHooks\Module\Configuration\Domain\Composer

createEnabled() public static method

public static createEnabled ( ) : Composer
return PhpGitHooks\Module\Configuration\Domain\Composer

random() public static method

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