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

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 ) : JsonLint
createEnabled ( ) : JsonLint
random ( ) : JsonLint

Method Details

create() public static method

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

createEnabled() public static method

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

random() public static method

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