PhpGitHooks\Module\Configuration\Tests\Stub\ConfigStub::random PHP 메소드

random() 공개 정적인 메소드

public static random ( ) : Config
리턴 PhpGitHooks\Module\Configuration\Domain\Config
    public static function random()
    {
        return self::create(PreCommitStub::random(), CommitMsgStub::random(), PrePushStub::random());
    }